summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/rules.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rules.mak b/build/rules.mak
index 6d19d781..351a1680 100644
--- a/build/rules.mak
+++ b/build/rules.mak
@@ -149,7 +149,7 @@ depend:
for F in $(FULL_SRCS); do \
if test -f $$F; then \
echo -n "$(OBJDIR)/" >> $(DEP_FILE); \
- if gcc -MM $(DEPFLAGS) $$F | sed '/^#/d' >> $(DEP_FILE); then \
+ if gcc -M $(DEPFLAGS) $$F | sed '/^#/d' >> $(DEP_FILE); then \
true; \
else \
echo 'err:' >> $(DEP_FILE); \