diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-11 04:27:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-11 04:27:49 +0000 |
commit | a376b10928fa4c654d64309a85bb7ddb3d236831 (patch) | |
tree | 4f4202aa3a3e1d1951a24337d0d94dc7185e9b76 /test/args | |
parent | d69e6f24f2bbd258274ac50915fdbac94571a8d2 (diff) |
use := rather than =
Diffstat (limited to 'test/args')
-rw-r--r-- | test/args/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |