From a376b10928fa4c654d64309a85bb7ddb3d236831 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 11 Feb 2006 04:27:49 +0000 Subject: use := rather than = --- test/args/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/args') diff --git a/test/args/Makefile b/test/args/Makefile index 29a5af967..7475fbe45 100644 --- a/test/args/Makefile +++ b/test/args/Makefile @@ -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 -- cgit v1.2.3