Generate phony targets in auto-dependencies

This will fix problem with missing dependencies where #include changes
This commit is contained in:
Petr Ledvina 2015-01-29 15:11:27 +01:00
parent a96a12bd47
commit 3abcbace72
1 changed files with 2 additions and 2 deletions

View File

@ -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 \