summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libiptc/Makefile2
1 files changed, 1 insertions, 1 deletions
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