summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/deps.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/deps.mk b/build/deps.mk
index 3db62b6..d382f5d 100644
--- a/build/deps.mk
+++ b/build/deps.mk
@@ -12,7 +12,7 @@ gen/deps.mk::
${MSG} "[ GEN] $@"
@printf '# %s\n' "$@" >$@
@if build/cc.sh -MD -MP -MF /dev/null build/empty.c; then \
- printf 'CPPFLAGS += -MD -MP\n'; \
+ printf '_CPPFLAGS += -MD -MP\n'; \
fi >>$@ 2>$@.log
${VCAT} $@
@printf -- '-include %s\n' ${OBJS:.o=.d} >>$@