Author: justin
Date: 2006-07-12 17:39:18 -0600 (Wed, 12 Jul 2006)
New Revision: 1622

Modified:
   branches/cross/packages/patch/Makefile
Log:
Fixed patch Makefile syntax error.

Modified: branches/cross/packages/patch/Makefile
===================================================================
--- branches/cross/packages/patch/Makefile      2006-07-12 23:18:55 UTC (rev 
1621)
+++ branches/cross/packages/patch/Makefile      2006-07-12 23:39:18 UTC (rev 
1622)
@@ -18,7 +18,7 @@
 
 compile-stage1:
        CC="$${CC} $(64FLAGS)" ./configure --prefix=$(WD) \
-        --build-$(CLFS_HOST) --host=$(CLFS_TARGET)
+        --build=$(CLFS_HOST) --host=$(CLFS_TARGET)
        make $(PM)
        make install
 

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

Reply via email to