summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2008-02-11 01:02:00 +0100
committerPatrick McHardy <kaber@trash.net>2008-04-13 07:25:24 +0200
commit21b41eea4724c57d2b6e5998cf38255046e43ad3 (patch)
treed1f78d7c2e77323c951b6675a5c1bb8a0c71f5c3 /extensions
parent9a8c77fc8df3155747c34dcea79b7834a2a9a40a (diff)
Combine IP{,6}T_LIB_DIR into XTABLES_LIBDIR
Diffstat (limited to 'extensions')
-rw-r--r--extensions/GNUmakefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/GNUmakefile.in b/extensions/GNUmakefile.in
index cf094f2f..ee204697 100644
--- a/extensions/GNUmakefile.in
+++ b/extensions/GNUmakefile.in
@@ -7,7 +7,7 @@ prefix := @prefix@
exec_prefix := @exec_prefix@
libdir := @libdir@
libexecdir := @libexecdir@
-iptdir := @iptdir@
+xtlibdir := @xtlibdir@
CC := @CC@
CCLD := ${CC}
@@ -82,8 +82,8 @@ targets_install :=
all: ${targets}
install: ${targets_install}
- @mkdir -p "${DESTDIR}${iptdir}";
- install -pm0755 $^ "${DESTDIR}${iptdir}/";
+ @mkdir -p "${DESTDIR}${xtlibdir}";
+ install -pm0755 $^ "${DESTDIR}${xtlibdir}/";
clean:
rm -f *.o *.oo *.so *.a {matches,targets}[46].man initext4.c initext6.c;