1#
2# Make local_includedir relative to EXEC_PREFIX 
3#
4local_includedir=$(libsubdir)/$(unlibsubdir)/..`echo $(exec_prefix) | sed -e 's|^$(prefix)||' -e 's|/[^/]*|/..|g'`/include
5
6# On MinGW, we use "%IA64d" to print 64-bit integers, and the format-checking
7# code does not handle that, so we have to disable checking here.
8WERROR_FLAGS += -Wno-format
9
10host-mingw32.o : $(srcdir)/config/i386/host-mingw32.c $(CONFIG_H) $(SYSTEM_H) \
11  coretypes.h hosthooks.h hosthooks-def.h toplev.h diagnostic.h $(HOOKS_H)
12	$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
13		$(srcdir)/config/i386/host-mingw32.c
14