From 3abcbace72645de22140de8e1e5661cc70dcd488 Mon Sep 17 00:00:00 2001 From: Petr Ledvina Date: Thu, 29 Jan 2015 15:11:27 +0100 Subject: [PATCH] Generate phony targets in auto-dependencies This will fix problem with missing dependencies where #include changes --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f3f29edd4..a13ddb07f 100644 --- a/Makefile +++ b/Makefile @@ -555,12 +555,12 @@ CFLAGS = $(ARCH_FLAGS) \ -D'__TARGET__="$(TARGET)"' \ -D'__REVISION__="$(REVISION)"' \ -save-temps=obj \ - -MMD + -MMD -MP ASFLAGS = $(ARCH_FLAGS) \ -x assembler-with-cpp \ $(addprefix -I,$(INCLUDE_DIRS)) \ - -MMD + -MMD -MP LDFLAGS = -lm \ -nostartfiles \