Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-10-12 23:49:29 +0400
committerChristopher Faylor <me@cgf.cx>2001-10-12 23:49:29 +0400
commit0aa753540a7c8d416a6cb5c04ce3966c330b1d8e (patch)
tree1bb82c538cfcd703b128566039f8d5f80910ee57 /winsup/subauth
parent0055a6c6c9490b37db0c66f6d0681894953971b4 (diff)
* Makefile.in: Accomodate changes to w32api_include macro.
Diffstat (limited to 'winsup/subauth')
-rw-r--r--winsup/subauth/ChangeLog4
-rw-r--r--winsup/subauth/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/subauth/ChangeLog b/winsup/subauth/ChangeLog
index 84ef2ef0f..2961463f7 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 9ecafd421..9a1e86b01 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