svn commit: trunk/uClibc

aldot at uclibc.org aldot at uclibc.org
Wed Oct 8 21:22:38 UTC 2008


Author: aldot
Date: 2008-10-08 14:22:38 -0700 (Wed, 08 Oct 2008)
New Revision: 23627

Log:
- fix bad r23573 from egtvedt


Modified:
   trunk/uClibc/Makefile.in


Changeset:
Modified: trunk/uClibc/Makefile.in
===================================================================
--- trunk/uClibc/Makefile.in	2008-10-08 18:40:40 UTC (rev 23626)
+++ trunk/uClibc/Makefile.in	2008-10-08 21:22:38 UTC (rev 23627)
@@ -21,13 +21,13 @@
 
 ifeq ($(HAVE_DOT_CONFIG),y)
 
+all: pregen libs
+
 # To be able to build the libs rule, we must first have the generated headers.
 # This is needed when locale support is enabled, but also ensures that the
 # build process is parallel safe.
 libs: pregen
 
-all: pregen libs
-
 # In this section, we need .config
 -include .config.cmd
 




More information about the uClibc-cvs mailing list