Parcourir la source

just use := instead of =

Mike Frysinger il y a 20 ans
Parent
commit
4790a50914
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      test/malloc/Makefile

+ 1 - 1
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