summaryrefslogtreecommitdiffstats
path: root/libiptc/Makefile
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2003-03-04 23:15:42 +0000
committerHarald Welte <laforge@gnumonks.org>2003-03-04 23:15:42 +0000
commit2354d928a6864e8753decc054873d562689577d3 (patch)
tree362dd5dacb48722f4ee68c56575c99f29d597340 /libiptc/Makefile
parentd0ae04e7ee969882f6558f2ef8bca89a2d226e62 (diff)
make DO_IPV6 work again..
Diffstat (limited to 'libiptc/Makefile')
-rw-r--r--libiptc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiptc/Makefile b/libiptc/Makefile
index b8a36c58..1fbebef2 100644
--- a/libiptc/Makefile
+++ b/libiptc/Makefile
@@ -13,7 +13,7 @@ EXTRA_DEPENDS+=libiptc/libip4tc.d
libiptc/libiptc.a: libiptc/libiptc.a(libiptc/libip4tc.o)
-ifdef DO_IPV6
+ifeq ($(DO_IPV6), 1)
EXTRA_DEPENDS+= libiptc/libip6tc.d
libiptc/libiptc.a: libiptc/libiptc.a(libiptc/libip6tc.o)
endif