summaryrefslogtreecommitdiff
path: root/libcpp/Makefile.in
diff options
context:
space:
mode:
authorbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-05 08:35:23 +0000
committerbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-05 08:35:23 +0000
commit3c77e0170281fba1c80ddd18365ef7bcd162128f (patch)
tree4336f926a296ada870d7fb0993d66a6a89c5e817 /libcpp/Makefile.in
parentad5134ade2b8ada91fe6f4d40c306b5b9201c41a (diff)
downloadgcc-3c77e0170281fba1c80ddd18365ef7bcd162128f.tar.gz
2006-02-05 Paolo Bonzini <bonzini@gnu.org>
* Makefile.in: Use -MMD instead of -MD. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109373 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/Makefile.in')
-rw-r--r--libcpp/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/Makefile.in b/libcpp/Makefile.in
index 9336c5d3c7a..b5a6602ea63 100644
--- a/libcpp/Makefile.in
+++ b/libcpp/Makefile.in
@@ -194,7 +194,7 @@ update-po: $(CATALOGS:.gmo=.pox)
# Dependency rule.
COMPILE.base = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(ALL_CFLAGS) -c
ifeq ($(DEPMODE),depmode=gcc3)
-COMPILE = $(COMPILE.base) -o $@ -MT $@ -MD -MP -MF $(DEPDIR)/$*.Po
+COMPILE = $(COMPILE.base) -o $@ -MT $@ -MMD -MP -MF $(DEPDIR)/$*.Po
else
COMPILE = source='$<' object='$@' libtool=no DEPDIR=$(DEPDIR) $(DEPMODE) \
$(depcomp) $(COMPILE.base)