]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.in: Use -MMD instead of -MD.
authorPaolo Bonzini <bonzini@gnu.org>
Thu, 5 Jan 2006 08:35:23 +0000 (08:35 +0000)
committerPaolo Bonzini <bonzini@gcc.gnu.org>
Thu, 5 Jan 2006 08:35:23 +0000 (08:35 +0000)
2006-02-05  Paolo Bonzini  <bonzini@gnu.org>

* Makefile.in: Use -MMD instead of -MD.

From-SVN: r109373

libcpp/ChangeLog
libcpp/Makefile.in

index ad6653572cd16efc9c87af104f2d0183b8b06558..b4fae0d48eecbbfbc412efce4d5c5ac614e5f470 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 9336c5d3c7a13b0cf924850bacae831294f4c486..b5a6602ea6315daca004d1e9da17ee46600e7147 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)