2006-02-05 Paolo Bonzini <bonzini@gnu.org>
authorbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 5 Jan 2006 08:35:23 +0000 (08:35 +0000)
committerbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 5 Jan 2006 08:35:23 +0000 (08:35 +0000)
* Makefile.in: Use -MMD instead of -MD.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109373 138bc75d-0d04-0410-961f-82ee72b054a4

libcpp/ChangeLog
libcpp/Makefile.in

index ad66535..b4fae0d 100644 (file)
@@ -1,3 +1,7 @@
+2006-02-05  Paolo Bonzini  <bonzini@gnu.org>
+
+       * Makefile.in: Use -MMD instead of -MD.
+
 2006-01-04  Dmitry Kurochkin <dmitry.kurochkin@gmail.com>
            Richard Henderson  <rth@redhat.com>
 
index 9336c5d..b5a6602 100644 (file)
@@ -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)