Explorar el Código

use := rather than =

Mike Frysinger hace 20 años
padre
commit
a376b10928
Se han modificado 1 ficheros con 1 adiciones y 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