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>
这个提交包含在:
父节点
d41b2ddcb3
当前提交
5807fb79fa
2
Makefile
2
Makefile
@ -67,7 +67,7 @@ endif
|
||||
# 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
|
||||
|
正在加载...
在新工单中引用
屏蔽一个用户