Explorar o código

use := rather than =

Mike Frysinger %!s(int64=20) %!d(string=hai) anos
pai
achega
a376b10928
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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