summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-05-09 14:18:57 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-05-09 14:18:57 (EDT)
commitb7c42e4fc3e01196eac2c9c834895c4f9fa2b0bb (patch)
treecdf882968500e16d8f532c05a04cb6b9b95b685a /Makefile.in
parent19b65e13fa6a38be577ecd9d5d604772d77d2748 (diff)
Remove old libopkhelper build system variable.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index a83098f..12af7fe 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -26,8 +26,6 @@ prefix = @prefix@
bindir = @bindir@
libdir = @libdir@
pkglibdir = @pkglibdir@
-# FIXME: libopkhelper is deprecated. Migrate code and remove this variable.
-libopkhelper = @libopkhelper@
datadir = @datadir@
mandir = @mandir@
man1dir = @man1dir@
@@ -78,14 +76,12 @@ distfiles = \
$(locale_srcs) \
$(archtab_srcs)
-# FIXME: libopkhelper is deprecated. Migrate code and remove this variable.
# FIXME: archtab is deprecated. Migrate code and remove this variable.
script = \
s&@@PACKAGE_NAME@@&$(package_name)&;\
s&@@PACKAGE_VERSION@@&$(package_version)&;\
s&@@PACKAGE_DESCRIPTION@@&$(package_description)&;\
s&@@PKGLIBDIR@@&$(pkglibdir)&;\
- s&@@LIBOPKHELPER@@&$(libopkhelper)&;\
s&@@LOCALEDIR@@&$(localedir)&;\
s&@@ARCHTABDIR@@&$(archtabdir)&;\
s&@@ARCHTAB@@&$(archtabdir)&;\