summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile
index 188359e245..e12f6f5a59 100644
--- a/crawl-ref/source/makefile
+++ b/crawl-ref/source/makefile
@@ -869,7 +869,7 @@ $(UTIL)%.o: $(UTIL)%.cc .cflags
ifdef PCH
%.h.gch: %.h
- $(QUIET_PCH)$(CXX) $(ALL_CFLAGS) -Wp,-MD,$(subst .o,.d,$@) -c $< -o $@
+ $(QUIET_PCH)$(CXX) $(ALL_CFLAGS) -c $< -o $@
CC_DEP := AppHdr.h.gch
endif