From 0120917b08ce6810566e2e7a50a696be9104cd63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Tue, 7 Jun 2011 21:10:08 +0200 Subject: [PATCH] Emit phony targets in dep files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 10219170..20012a26 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