Răsfoiți Sursa

use := rather than =

Mike Frysinger 20 ani în urmă
părinte
comite
a376b10928
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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