aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite/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 /gas/testsuite/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 'gas/testsuite/Makefile.in')
-rw-r--r--gas/testsuite/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/testsuite/Makefile.in b/gas/testsuite/Makefile.in
index fdfae04..ffbef0e 100644
--- a/gas/testsuite/Makefile.in
+++ b/gas/testsuite/Makefile.in
@@ -35,7 +35,7 @@ GCCFLAGS = -g -O
LINK= ln -s
RUNTEST = runtest
-RUNTEST_FLAGS =
+RUNTESTFLAGS =
# The ugliness in the program_transform_name version seems necessary
# to work around some strange behavior of /bin/sh on 386bsd (0.1).
@@ -99,7 +99,7 @@ site.exp: ./Makefile
@mv -f ./tmp0 site.exp
check: site.exp
- $(RUNTEST) $(RUNTEST_FLAGS) --tool gas AS=$(AS_FOR_TARGET) ASFLAGS="$(ASFLAGS)"
+ $(RUNTEST) $(RUNTESTFLAGS) --tool gas AS=$(AS_FOR_TARGET) ASFLAGS="$(ASFLAGS)"
force: