浏览代码

use := rather than =

Mike Frysinger 19 年之前
父节点
当前提交
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