Browse Source

just use := instead of =

Mike Frysinger 19 years ago
parent
commit
4790a50914
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/malloc/Makefile

+ 1 - 1
test/malloc/Makefile

@@ -1,7 +1,7 @@
 # uClibc malloc tests
 # uClibc malloc tests
 # Licensed under the GNU Library General Public License, see COPYING.LIB
 # Licensed under the GNU Library General Public License, see COPYING.LIB
 
 
-TESTS = malloc mallocbug realloc0 testmalloc
+TESTS := malloc mallocbug realloc0 testmalloc
 #time_malloc
 #time_malloc
 
 
 include ../Test.mak
 include ../Test.mak