From d8ab020b6ace8d3ebb176c9d998dd36d77f0f096 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net" Date: Sun, 13 Apr 2008 05:25:24 +0000 Subject: [PATCH 05/13] Combine IP{,6}T_LIB_DIR into XTABLES_LIBDIR --- extensions/GNUmakefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'extensions/GNUmakefile.in') diff --git a/extensions/GNUmakefile.in b/extensions/GNUmakefile.in index cf094f2..ee20469 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; -- cgit v1.2.3