Commit f7a82dee by Catherine Moore Committed by Catherine Moore

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
parent 381b630e
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment