Author: justin
Date: 2005-11-17 08:10:53 -0700 (Thu, 17 Nov 2005)
New Revision: 1085

Modified:
   trunk/packages/gettext/Makefile
Log:
Fixed gettext stage 1 build in trunk.  Thanks Alexander.

Modified: trunk/packages/gettext/Makefile
===================================================================
--- trunk/packages/gettext/Makefile     2005-11-17 14:51:22 UTC (rev 1084)
+++ trunk/packages/gettext/Makefile     2005-11-17 15:10:53 UTC (rev 1085)
@@ -18,11 +18,10 @@
 
 compile-stage1:
 ifndef CROSS
-       cd gettext-tools
-       ./configure --prefix=$(WD) --disable-shared
-       make -C lib
-       make -C src msgfmt
-       cp -v src/msgfmt $(WD)/bin
+       cd $(NM)-tools ; ./configure --prefix=$(WD) --disable-shared
+       cd $(NM)-tools ; make -C lib
+       cd $(NM)-tools ; make -C src msgfmt
+       cd $(NM)-tools ; cp -v src/msgfmt $(WD)/bin
 else
        echo "am_cv_func_working_getline=yes" >> config.cache
        CC="$${CC} $(64FLAGS)" CXX="$${CXX} $(64FLAGS)" \

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to