summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-11-06 17:54:48 (EST)
committer P. J. McDermott <pjm@nac.net>2012-11-06 17:54:48 (EST)
commitedbac28f9109eb4406ddbfc323c521515029ac73 (patch)
tree0d76e6bcc40f1cdfb61b8f515b7c0d98d6fdca28 /Makefile.in
parentd2343237b94588459d23eb6e49824e2c7bb423d5 (diff)
Add the archtab as dependency in the build system.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index acbf392..ab1ddb6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -32,6 +32,7 @@ libopkbuild_1 = @libopkbuild_1@
DESTDIR = /
sh = @sh@
+archtab = @archtab@
MACROS = \
'DESTDIR=$(DESTDIR)' \
@@ -41,7 +42,8 @@ MACROS = \
'datadir=$(datadir)' \
'mandir=$(mandir)' \
'libopkhelper=$(libopkhelper)' \
- 'libopkbuild_1=$(libopkbuild_1)'
+ 'libopkbuild_1=$(libopkbuild_1)' \
+ 'archtab=$(archtab)'
distdir = $(package_name)-$(package_version)
distfiles = configure Makefile.in COPYING.2 COPYING.3 \