From 4790a50914781e6c0dc090c558e2d212d27dce0e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 14 Feb 2006 02:58:41 +0000 Subject: just use := instead of = --- test/malloc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/malloc/Makefile b/test/malloc/Makefile index a05b3aae1..62499f2a0 100644 --- a/test/malloc/Makefile +++ b/test/malloc/Makefile @@ -1,7 +1,7 @@ # uClibc malloc tests # Licensed under the GNU Library General Public License, see COPYING.LIB -TESTS = malloc mallocbug realloc0 testmalloc +TESTS := malloc mallocbug realloc0 testmalloc #time_malloc include ../Test.mak -- cgit v1.2.3