* Makefile.in: Accomodate changes to w32api_include macro.

This commit is contained in:
Christopher Faylor 2001-10-12 19:49:29 +00:00
parent 0055a6c6c9
commit 0aa753540a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-10-12 Christopher Faylor <cgf@redhat.com>
* Makefile.in: Accomodate changes to w32api_include macro.
Sun May 20 00:24:36 2001 Christopher Faylor <cgf@cygnus.com>
* Makefile.in: Use 'rm -f' when cleaning.

View File

@ -36,7 +36,7 @@ CFLAGS := @CFLAGS@ -nostdinc
include $(srcdir)/../Makefile.common
WIN32_COMMON := -mno-cygwin
WIN32_INCLUDES := -I. -I$(srcdir) -I$(w32api_include)
WIN32_INCLUDES := -I. -I$(srcdir) $(w32api_include)
WIN32_CFLAGS := $(CFLAGS) $(WIN32_COMMON) $(WIN32_INCLUDES)
WIN32_LDFLAGS := $(CFLAGS) $(WIN32_COMMON) -L$(mingw_build) -nostdlib -Wl,-shared