mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-27 06:44:09 +08:00
Makefile.in: Use -MMD instead of -MD.
2006-02-05 Paolo Bonzini <bonzini@gnu.org> * Makefile.in: Use -MMD instead of -MD. From-SVN: r109373
This commit is contained in:
parent
0d6be133aa
commit
9220c30c89
@ -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>
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user