From: Rusty Russell Date: Thu, 27 Apr 2000 10:26:37 +0000 (+0000) Subject: Fixed dependencies for libiptc.a X-Git-Tag: v1.1.0~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3b36fe906d6dc80a568eb427e6b2ffa4093fdf3;p=thirdparty%2Fiptables.git Fixed dependencies for libiptc.a --- diff --git a/libiptc/Makefile b/libiptc/Makefile index e1bc7bed..c47669f5 100644 --- a/libiptc/Makefile +++ b/libiptc/Makefile @@ -12,5 +12,5 @@ EXTRA_DEPENDS+=libiptc/libiptc.d libiptc/libiptc.a: libiptc/libiptc.a(libiptc/libiptc.o) libiptc/libiptc.d: %.d: %.c - @-$(CC) -M -MG $(CFLAGS) $< | sed -e 's@^.*\.o:@$*.d $*.a:@' > $@ + @-$(CC) -M -MG $(CFLAGS) $< | sed -e 's@^.*\.o:@$*.d $*.a($*.o):@' > $@ endif