summaryrefslogtreecommitdiffstats
path: root/libiptc
diff options
context:
space:
mode:
authorrusty <rusty>2000-08-12 13:37:34 +0000
committerrusty <rusty>2000-08-12 13:37:34 +0000
commitd94dd51792a04e9daa121c42e9fd086618a360e5 (patch)
tree6cf385dd9d64ec281326462734ee9f822cd6e224 /libiptc
parente01b2a8e0317d32731afe1883fdc0988d7ec2ae2 (diff)
Finally resolve dependency problems. (Olivier Baudron's report)
Diffstat (limited to 'libiptc')
-rw-r--r--libiptc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/libiptc/Makefile b/libiptc/Makefile
index 4df3795..18698e4 100644
--- a/libiptc/Makefile
+++ b/libiptc/Makefile
@@ -7,11 +7,11 @@ local:
cd .. && $(MAKE) $(KERN_TARGETS) $(SHARED_LIBS) $(EXTRAS)
else
-EXTRA_DEPENDS+=libiptc/libiptc.d
+EXTRA_DEPENDS+=libiptc/libip4tc.d libiptc/libip6tc.d
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):@' > $@
+libiptc/libip4tc.d libiptc/libip6tc.d: %.d: %.c
+ @-$(CC) -M -MG $(CFLAGS) $< | sed -e 's@^.*\.o:@$*.d libiptc/libiptc.a($*.o):@' > $@
endif