소스 검색

use := rather than =

Mike Frysinger 20 년 전
부모
커밋
a376b10928
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/args/Makefile

+ 1 - 1
test/args/Makefile

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