diff options
author | laforge <laforge> | 2003-03-04 23:15:42 +0000 |
---|---|---|
committer | laforge <laforge> | 2003-03-04 23:15:42 +0000 |
commit | 9d478446814469efa981268b00d9ac3faf3c0cbb (patch) | |
tree | 362dd5dacb48722f4ee68c56575c99f29d597340 /libiptc | |
parent | f7a8391a0daf8427e675ea097b00dd9343773a4e (diff) |
make DO_IPV6 work again..
Diffstat (limited to 'libiptc')
-rw-r--r-- | libiptc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiptc/Makefile b/libiptc/Makefile index b8a36c5..1fbebef 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 |