svn commit: trunk/uClibc

psm at uclibc.org psm at uclibc.org
Thu Dec 1 20:48:11 UTC 2005


Author: psm
Date: 2005-12-01 12:46:59 -0800 (Thu, 01 Dec 2005)
New Revision: 12618

Log:
Use $@,$<

Modified:
   trunk/uClibc/Makefile.in


Changeset:
Modified: trunk/uClibc/Makefile.in
===================================================================
--- trunk/uClibc/Makefile.in	2005-12-01 20:43:44 UTC (rev 12617)
+++ trunk/uClibc/Makefile.in	2005-12-01 20:46:59 UTC (rev 12618)
@@ -35,9 +35,9 @@
 # last included to catch all the objects added by others (locales/threads)
 include $(top_srcdir)libc/Makefile.in
 
-include/bits/uClibc_config.h: .config extra/config/conf
-	$(INSTALL) -d include/bits
-	@extra/config/conf -o $(top_srcdir)extra/Configs/Config.in
+include/bits/uClibc_config.h: extra/config/conf .config
+	$(INSTALL) -d $@
+	@< -o $(top_srcdir)extra/Configs/Config.in
 
 # For the moment, we have to keep re-running this target 
 # because the fix includes scripts rely on pre-processers 




More information about the uClibc-cvs mailing list