Skip to content
Snippets Groups Projects
Commit e4328907 authored by Dirk Zimoch's avatar Dirk Zimoch
Browse files

build with -MMD instead of -MD

parent 62641912
No related branches found
No related tags found
No related merge requests found
......@@ -668,10 +668,11 @@ endif # MINOR
LDFLAGS += ${PROVIDES} ${USR_LDFLAGS_${T_A}}
# Create and include dependency files.
CPPFLAGS += -MD
# 3.14.12 already defines -MMD here (what we don't want):
HDEPENDSCFLAGS =
HDEPENDS_CMD =
# 3.14.12+ already uses -MMD
ifndef $(HDEPENDS_METHOD)
HDEPENDS =
CPPFLAGS += -MMD
endif
-include *.d
# Need to find source dbd files relative to one dir up but generated dbd files in this dir.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment