svn commit: trunk/uClibc/test/args

vapier at uclibc.org vapier at uclibc.org
Sat Feb 11 04:27:50 UTC 2006


Author: vapier
Date: 2006-02-10 20:27:49 -0800 (Fri, 10 Feb 2006)
New Revision: 13910

Log:
use := rather than =

Modified:
   trunk/uClibc/test/args/Makefile


Changeset:
Modified: trunk/uClibc/test/args/Makefile
===================================================================
--- trunk/uClibc/test/args/Makefile	2006-02-11 04:27:33 UTC (rev 13909)
+++ trunk/uClibc/test/args/Makefile	2006-02-11 04:27:49 UTC (rev 13910)
@@ -1,7 +1,7 @@
 # uClibc args tests
 # Licensed under the GNU Library General Public License, see COPYING.LIB
 
-TESTS = arg_test
+TESTS := arg_test
 
 include ../Test.mak
 




More information about the uClibc-cvs mailing list