diff options
author | Christopher Faylor <me@cgf.cx> | 2001-10-12 19:49:29 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-10-12 19:49:29 +0000 |
commit | 0aa753540a7c8d416a6cb5c04ce3966c330b1d8e (patch) | |
tree | 1bb82c538cfcd703b128566039f8d5f80910ee57 /winsup/subauth | |
parent | 0055a6c6c9490b37db0c66f6d0681894953971b4 (diff) | |
download | newlib-0aa753540a7c8d416a6cb5c04ce3966c330b1d8e.zip newlib-0aa753540a7c8d416a6cb5c04ce3966c330b1d8e.tar.gz newlib-0aa753540a7c8d416a6cb5c04ce3966c330b1d8e.tar.bz2 |
* Makefile.in: Accomodate changes to w32api_include macro.
Diffstat (limited to 'winsup/subauth')
-rw-r--r-- | winsup/subauth/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/subauth/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/subauth/ChangeLog b/winsup/subauth/ChangeLog index 84ef2ef..2961463 100644 --- a/winsup/subauth/ChangeLog +++ b/winsup/subauth/ChangeLog @@ -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. diff --git a/winsup/subauth/Makefile.in b/winsup/subauth/Makefile.in index 9ecafd4..9a1e86b 100644 --- a/winsup/subauth/Makefile.in +++ b/winsup/subauth/Makefile.in @@ -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 |