From 5eed48af2516ebce0412121713d285bc30edb10d Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Fri, 2 Jun 2000 20:12:24 +0000 Subject: Philip Blundell's IPv6 patches. --- libiptc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libiptc/Makefile') diff --git a/libiptc/Makefile b/libiptc/Makefile index 7c0ff5e5..4df37958 100644 --- a/libiptc/Makefile +++ b/libiptc/Makefile @@ -9,8 +9,8 @@ local: else EXTRA_DEPENDS+=libiptc/libiptc.d -#libiptc/libiptc.a: libiptc/libiptc.a(libiptc/libip4tc.o libiptc/libip6tc.o) -libiptc/libiptc.a: libiptc/libiptc.a(libiptc/libip4tc.o) +libiptc/libiptc.a: libiptc/libiptc.a(libiptc/libip4tc.o libiptc/libip6tc.o) +#libiptc/libiptc.a: libiptc/libiptc.a(libiptc/libip4tc.o) libiptc/libiptc.d: %.d: %.c @-$(CC) -M -MG $(CFLAGS) $< | sed -e 's@^.*\.o:@$*.d $*.a($*.o):@' > $@ -- cgit v1.2.3