|
From: <ped...@us...> - 2008-09-25 11:19:15
|
Revision: 1190
http://cegcc.svn.sourceforge.net/cegcc/?rev=1190&view=rev
Author: pedroalves
Date: 2008-09-25 11:19:05 +0000 (Thu, 25 Sep 2008)
Log Message:
-----------
2008-09-25 Pedro Alves <ped...@us...>
* libce/Makefile.in (inst_includedir, inst_libdir) [!cegcc]:
Unbreak mingw32ce.
Modified Paths:
--------------
trunk/cegcc/src/w32api/ChangeLog.ce
trunk/cegcc/src/w32api/libce/Makefile.in
Modified: trunk/cegcc/src/w32api/ChangeLog.ce
===================================================================
--- trunk/cegcc/src/w32api/ChangeLog.ce 2008-09-24 11:52:20 UTC (rev 1189)
+++ trunk/cegcc/src/w32api/ChangeLog.ce 2008-09-25 11:19:05 UTC (rev 1190)
@@ -1,3 +1,8 @@
+2008-09-25 Pedro Alves <ped...@us...>
+
+ * libce/Makefile.in (inst_includedir, inst_libdir) [!cegcc]:
+ Unbreak mingw32ce.
+
2008-09-24 Pedro Alves <ped...@us...>
* config.sub: Add support for cegcc.
Modified: trunk/cegcc/src/w32api/libce/Makefile.in
===================================================================
--- trunk/cegcc/src/w32api/libce/Makefile.in 2008-09-24 11:52:20 UTC (rev 1189)
+++ trunk/cegcc/src/w32api/libce/Makefile.in 2008-09-25 11:19:05 UTC (rev 1190)
@@ -48,14 +48,9 @@
inst_includedir:=$(tooldir)/include/w32api
inst_libdir:=$(tooldir)/lib/w32api
else
-ifneq (,$(with_cross_host))
-inst_includedir:=$(tooldir)/include/w32api
+inst_includedir:=$(tooldir)/include
inst_libdir:=$(tooldir)/lib
-else
-inst_includedir:=$(includedir)
-inst_libdir:=$(libdir)
endif
-endif
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|