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:
parent
381b630e86
commit
f7a82deea7
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue