* Makefile.in: Semi-revert semi-reversion of 2006-08-30 change, now
correctly parenthesized.
This commit is contained in:
parent
e4aebff6e8
commit
fbcc8bbe74
|
@ -1,3 +1,8 @@
|
||||||
|
2006-10-04 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* Makefile.in: Semi-revert semi-reversion of 2006-08-30 change, now
|
||||||
|
correctly parenthesized.
|
||||||
|
|
||||||
2006-09-19 Danny Smith <dannysmith@users.sourceforge.net>
|
2006-09-19 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* mingwex/mb_wc_common.h (get_codepage): Get it
|
* mingwex/mb_wc_common.h (get_codepage): Get it
|
||||||
|
|
|
@ -54,11 +54,18 @@ inst_includedir:=$(tooldir)/include/mingw
|
||||||
inst_libdir:=$(tooldir)/lib/mingw
|
inst_libdir:=$(tooldir)/lib/mingw
|
||||||
inst_docdir:=$(tooldir)/share/doc/mingw-runtime
|
inst_docdir:=$(tooldir)/share/doc/mingw-runtime
|
||||||
else
|
else
|
||||||
|
ifneq (,$(with_cross_host))
|
||||||
|
inst_bindir:=$(tooldir)/bin
|
||||||
|
inst_includedir:=$(tooldir)/include
|
||||||
|
inst_libdir:=$(tooldir)/lib
|
||||||
|
inst_docdir:=$(tooldir)/share/doc/mingw-runtime
|
||||||
|
else
|
||||||
inst_bindir:=$(bindir)
|
inst_bindir:=$(bindir)
|
||||||
inst_includedir:=$(includedir)
|
inst_includedir:=$(includedir)
|
||||||
inst_libdir:=$(libdir)
|
inst_libdir:=$(libdir)
|
||||||
inst_docdir:=$(prefix)/doc/mingw-runtime
|
inst_docdir:=$(prefix)/doc/mingw-runtime
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
# The Mingw headers are installed under a subdirectory of
|
# The Mingw headers are installed under a subdirectory of
|
||||||
# $(tooldir)/include when configuring in Cygwin.
|
# $(tooldir)/include when configuring in Cygwin.
|
||||||
|
|
Loading…
Reference in New Issue