all repos — cgit @ 5807fb79faa49e9a8f2da616e9cc821e0198fcb7

a hyperfast web frontend for git written in c

Makefile: add -MP option

Work around errors `make` gives when header files are removed without
the Makefile being updated.

Signed-off-by: Lynn Lin <Lynn.Lin@emc.com>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Lars Hjemli hjemli@gmail.com
Sun, 07 Nov 2010 16:13:49 +0100
commit

5807fb79faa49e9a8f2da616e9cc821e0198fcb7

parent

d41b2ddcb331caa74c1a90a0253f234142848552

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M MakefileMakefile

@@ -67,7 +67,7 @@ #

# Define a pattern rule for automatic dependency building # %.d: %.c - $(QUIET_MM)$(CC) $(CFLAGS) -MM $< | sed -e 's/\($*\)\.o:/\1.o $@:/g' >$@ + $(QUIET_MM)$(CC) $(CFLAGS) -MM -MP $< | sed -e 's/\($*\)\.o:/\1.o $@:/g' >$@ # # Define a pattern rule for silent object building