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.
This commit is contained in:
parent
c48cea17a8
commit
3742ca27a4
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue