Explorar o código

just use := instead of =

Mike Frysinger %!s(int64=20) %!d(string=hai) anos
pai
achega
4790a50914
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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