|
From: <gi...@cr...> - 2012-02-29 21:55:45
|
via 38276ccf6c37ee355bb313769e00acfc0a61e767 (commit)
from 6a1a9efde9404a67373907646641f11e63daa73c (commit)
-----------------------------------------------------------------------
commit 38276ccf6c37ee355bb313769e00acfc0a61e767
Author: Adam Borowski <kil...@an...>
Date: Wed Feb 29 22:38:21 2012 +0100
Don't use undocumented gcc driver options (which break clang's deps).
You're not supposed to use backend escapes since around 2000 -- ie, any
versions where this functionality was not experimental.
-----------------------------------------------------------------------
Summary of changes:
crawl-ref/source/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/crawl-ref/source/Makefile b/crawl-ref/source/Makefile
index 6c487da..a867816 100644
--- a/crawl-ref/source/Makefile
+++ b/crawl-ref/source/Makefile
@@ -1249,7 +1249,7 @@ doxygen-all:
#
ifndef NO_INLINE_DEPGEN
# See info node: (gcc) Preprocessor Options
-INLINE_DEPGEN_CFLAGS = -Wp,-MMD,$*.d,-MT,$@
+INLINE_DEPGEN_CFLAGS = -MMD
endif
$(DEPS): %.d: %.cc
--
Dungeon Crawl Stone Soup
|