فهرست منبع

just use := instead of =

Mike Frysinger 20 سال پیش
والد
کامیت
4790a50914
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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