From 54af451b4a81b5b1072f27de0981a2d39cabc2d6 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Fri, 14 Nov 2014 18:12:11 +0100 Subject: Added -MP dependency generation option to compile flags --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0568242..a3c27f1 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := git-20141102 +VERSION := git-20141114 PREFIX := /usr/local MANPREFIX := $(PREFIX)/share/man @@ -20,7 +20,7 @@ $(OBJ): Makefile -include $(DEP) %.o: %.c - $(CC) $(CFLAGS) $(CPPFLAGS) -DVERSION=\"$(VERSION)\" -MMD -c -o $@ $< + $(CC) $(CFLAGS) $(CPPFLAGS) -DVERSION=\"$(VERSION)\" -MMD -MP -c -o $@ $< config.h: cp config.def.h $@ -- cgit v1.2.3-54-g00ecf