1132718Skan#
2132718Skan# Make local_includedir relative to EXEC_PREFIX 
3132718Skan#
4132718Skanlocal_includedir=$(libsubdir)/$(unlibsubdir)/..`echo $(exec_prefix) | sed -e 's|^$(prefix)||' -e 's|/[^/]*|/..|g'`/include
5169689Skan
6169689Skan# On MinGW, we use "%IA64d" to print 64-bit integers, and the format-checking
7169689Skan# code does not handle that, so we have to disable checking here.
8169689SkanWERROR_FLAGS += -Wno-format
9169689Skan
10169689Skanhost-mingw32.o : $(srcdir)/config/i386/host-mingw32.c $(CONFIG_H) $(SYSTEM_H) \
11169689Skan  coretypes.h hosthooks.h hosthooks-def.h toplev.h diagnostic.h $(HOOKS_H)
12169689Skan	$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
13169689Skan		$(srcdir)/config/i386/host-mingw32.c
14