Author: jhuntwork
Date: 2005-12-08 22:26:37 -0700 (Thu, 08 Dec 2005)
New Revision: 1262
Modified:
trunk/packages/man-db/Makefile
Log:
man-db doesn't like building in parallel
Modified: trunk/packages/man-db/Makefile
===================================================================
--- trunk/packages/man-db/Makefile 2005-12-09 04:19:07 UTC (rev 1261)
+++ trunk/packages/man-db/Makefile 2005-12-09 05:26:37 UTC (rev 1262)
@@ -35,7 +35,7 @@
else
CC="gcc $(64FLAGS)" ./configure --prefix=/usr --enable-mb-groff
--disable-setuid
endif
- make $(PM)
+ make
make install
clean:
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page