Browse Source

use := rather than =

Mike Frysinger 20 năm trước cách đây
mục cha
commit
a376b10928
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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