From 9220c30c89c24490d9df3439351a2ea393509d31 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Thu, 5 Jan 2006 08:35:23 +0000 Subject: [PATCH] Makefile.in: Use -MMD instead of -MD. 2006-02-05 Paolo Bonzini * Makefile.in: Use -MMD instead of -MD. From-SVN: r109373 --- libcpp/ChangeLog | 4 ++++ libcpp/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index ad6653572cd..b4fae0d48ee 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,7 @@ +2006-02-05 Paolo Bonzini + + * Makefile.in: Use -MMD instead of -MD. + 2006-01-04 Dmitry Kurochkin Richard Henderson 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)