diff options
author | Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | 2006-09-12 00:29:04 +0000 |
---|---|---|
committer | Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | 2006-09-12 00:29:04 +0000 |
commit | 3742ca27a4d411e215bb36f4a1f9db7e70638020 (patch) | |
tree | f7aa6f342681400273a76b8ba4b40209bae189e4 /winsup/w32api/lib | |
parent | c48cea17a840fd9b3d3e5475223ad2babfa952d2 (diff) | |
download | newlib-3742ca27a4d411e215bb36f4a1f9db7e70638020.zip newlib-3742ca27a4d411e215bb36f4a1f9db7e70638020.tar.gz newlib-3742ca27a4d411e215bb36f4a1f9db7e70638020.tar.bz2 |
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')
-rw-r--r-- | winsup/w32api/lib/Makefile.in | 2 | ||||
-rw-r--r-- | winsup/w32api/lib/ddk/Makefile.in | 2 | ||||
-rw-r--r-- | winsup/w32api/lib/directx/Makefile.in | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/winsup/w32api/lib/Makefile.in b/winsup/w32api/lib/Makefile.in index 1127fb2..00225a5 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 diff --git a/winsup/w32api/lib/ddk/Makefile.in b/winsup/w32api/lib/ddk/Makefile.in index c7c5cdd..80b148c 100644 --- a/winsup/w32api/lib/ddk/Makefile.in +++ b/winsup/w32api/lib/ddk/Makefile.in @@ -40,7 +40,7 @@ ifneq (,$(findstring cygwin,$(target_alias))) inst_includedir:=$(tooldir)/include/w32api/ddk inst_libdir:=$(tooldir)/lib/w32api else -ifneq (,$with_cross_host) +ifneq (,$(with_cross_host)) inst_includedir:=$(tooldir)/include/w32api/ddk inst_libdir:=$(tooldir)/lib else diff --git a/winsup/w32api/lib/directx/Makefile.in b/winsup/w32api/lib/directx/Makefile.in index 1d10742..a56c398 100644 --- a/winsup/w32api/lib/directx/Makefile.in +++ b/winsup/w32api/lib/directx/Makefile.in @@ -40,7 +40,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 |