x-mingw32 (host-mingw32.o): Replace diagnostic.h with $(DIAGNOSTIC_H).

gcc/
       *  gcc/config/i386/x-mingw32 (host-mingw32.o): Replace
       diagnostic.h with $(DIAGNOSTIC_H).

From-SVN: r144842
This commit is contained in:
Catherine Moore 2009-03-13 13:06:10 -04:00 committed by Catherine Moore
parent 381b630e86
commit f7a82deea7
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2008-03-13 Catherine Moore <clm@codesourcery.com>
gcc/
* gcc/config/i386/x-mingw32 (host-mingw32.o): Replace
diagnostic.h with $(DIAGNOSTIC_H).
2008-03-12 Jakub Jelinek <jakub@redhat.com>
PR target/39431

View File

@ -8,6 +8,6 @@ local_includedir=$(libsubdir)/$(unlibsubdir)/..`echo $(exec_prefix) | sed -e 's|
WERROR_FLAGS += -Wno-format
host-mingw32.o : $(srcdir)/config/i386/host-mingw32.c $(CONFIG_H) $(SYSTEM_H) \
coretypes.h hosthooks.h hosthooks-def.h toplev.h diagnostic.h $(HOOKS_H)
coretypes.h hosthooks.h hosthooks-def.h toplev.h $(DIAGNOSTIC_H) $(HOOKS_H)
$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
$(srcdir)/config/i386/host-mingw32.c