svn commit: trunk/uClibc

sjhill at uclibc.org sjhill at uclibc.org
Fri Dec 2 00:04:17 UTC 2005


Author: sjhill
Date: 2005-12-01 16:04:15 -0800 (Thu, 01 Dec 2005)
New Revision: 12626

Log:
Fix make macro. Did you even fricking test this?


Modified:
   trunk/uClibc/Makefile.in


Changeset:
Modified: trunk/uClibc/Makefile.in
===================================================================
--- trunk/uClibc/Makefile.in	2005-12-01 23:56:01 UTC (rev 12625)
+++ trunk/uClibc/Makefile.in	2005-12-02 00:04:15 UTC (rev 12626)
@@ -37,7 +37,7 @@
 
 include/bits/uClibc_config.h: extra/config/conf .config
 	$(INSTALL) -d $(dir $@)
-	@< -o $(top_srcdir)extra/Configs/Config.in
+	@$< -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