Set correct values for NM, SIZE etc...
[deliverable/binutils-gdb.git] / binutils / Makefile.in
index 9e1d26c1cb0a5192f1750d5da6b56ee7b45f9807..297044a95bb20ff2d010523b3b0b1d432b7030e6 100644 (file)
@@ -149,12 +149,12 @@ BFD = ../bfd/libbfd.a
 OPCODES = ../opcodes/libopcodes.a
 
 RUNTEST = runtest
-RUNTEST_FLAGS = 
+RUNTESTFLAGS = 
 FLAGS_TO_PASS = \
        "CC=$(CC)" \
        "CFLAGS=$(CFLAGS)" \
        "RUNTEST=$(RUNTEST)" \
-       "RUNTEST_FLAGS=$(RUNTEST_FLAGS) \
+       "RUNTESTFLAGS=$(RUNTESTFLAGS) \
        SIZE=`if [ -f $$rootme/$(SIZE_PROG) ] ; then echo $$rootme/$(SIZE_PROG) ; else echo $(SIZE_PROG); fi` \
        OBJCOPY=`if [ -f $$rootme/$(OBJCOPY_PROG) ] ; then echo $$rootme/$(OBJCOPY_PROG) ; else echo $(OBJCOPY_PROG); fi` \
        NM=`if [ -f $$rootme/$(NM_PROG) ] ; then echo $$rootme/$(NM_PROG) ; else echo $(NM_PROG); fi` \
This page took 0.02283 seconds and 4 git commands to generate.