aboutsummaryrefslogtreecommitdiff
path: root/binutils/Makefile.in
diff options
context:
space:
mode:
authorRob Savoye <rob@cygnus>1994-01-26 21:44:50 +0000
committerRob Savoye <rob@cygnus>1994-01-26 21:44:50 +0000
commit03372cf4abef13c31f3650617e60398612b1ddb6 (patch)
tree35619293b7f7f92ebc141e54c2bb642beec29114 /binutils/Makefile.in
parent509d5555dc7401035e3bfd3bf4966e93deaced2f (diff)
downloadgdb-03372cf4abef13c31f3650617e60398612b1ddb6.zip
gdb-03372cf4abef13c31f3650617e60398612b1ddb6.tar.gz
gdb-03372cf4abef13c31f3650617e60398612b1ddb6.tar.bz2
Change all occurances of RUNTEST_FLAGS to RUNTESTFLAGS to be consistant with
everything else. (and now work recursively too)
Diffstat (limited to 'binutils/Makefile.in')
-rw-r--r--binutils/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/Makefile.in b/binutils/Makefile.in
index 9e1d26c..297044a 100644
--- a/binutils/Makefile.in
+++ b/binutils/Makefile.in
@@ -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` \