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:
authorChris Sutcliffe <ir0nh34d@users.sourceforge.net>2006-09-12 04:29:04 +0400
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>2006-09-12 04:29:04 +0400
commit3742ca27a4d411e215bb36f4a1f9db7e70638020 (patch)
treef7aa6f342681400273a76b8ba4b40209bae189e4 /winsup/w32api/lib/Makefile.in
parentc48cea17a840fd9b3d3e5475223ad2babfa952d2 (diff)
2006-09-11 Chris Sutcliffe <ir0n3h4d@users.sourceforge.net>
* lib/Makefile.in: fix typo. * lib/ddk/Makefile.in: fix typo. * lib/directx/Makefile.in: fix typo. Thanks to Keith Marshall (keithmarshall at users dot sourceforge dot net) for pointing it out.
Diffstat (limited to 'winsup/w32api/lib/Makefile.in')
-rw-r--r--winsup/w32api/lib/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/w32api/lib/Makefile.in b/winsup/w32api/lib/Makefile.in
index 1127fb227..00225a5dd 100644
--- a/winsup/w32api/lib/Makefile.in
+++ b/winsup/w32api/lib/Makefile.in
@@ -44,7 +44,7 @@ ifneq (,$(findstring cygwin,$(target_alias)))
inst_includedir:=$(tooldir)/include/w32api
inst_libdir:=$(tooldir)/lib/w32api
else
-ifneq (,$with_cross_host)
+ifneq (,$(with_cross_host))
inst_includedir:=$(tooldir)/include/w32api
inst_libdir:=$(tooldir)/lib
else