From: Andreas Ă–man Date: Tue, 7 Jun 2011 19:10:08 +0000 (+0200) Subject: Emit phony targets in dep files X-Git-Tag: 2.99~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0120917b08ce6810566e2e7a50a696be9104cd63;p=thirdparty%2Ftvheadend.git Emit phony targets in dep files --- diff --git a/Makefile b/Makefile index 102191701..20012a265 100644 --- a/Makefile +++ b/Makefile @@ -181,7 +181,7 @@ $(OBJDIRS): @mkdir -p $@ ${BUILDDIR}/%.o: %.c - $(CC) -MD $(CFLAGS_com) $(CFLAGS) $(CFLAGS_cfg) -c -o $@ $(CURDIR)/$< + $(CC) -MD -MP $(CFLAGS_com) $(CFLAGS) $(CFLAGS_cfg) -c -o $@ $(CURDIR)/$< ${BUILDDIR}/%.so: ${SRCS_EXTRA} ${CC} -O -fbuiltin -fomit-frame-pointer -fPIC -shared -o $@ $< -ldl