Procházet zdrojové kódy

use := rather than =

Mike Frysinger před 20 roky
rodič
revize
a376b10928
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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