소스 검색

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