diff options
author | Rob Savoye <rob@cygnus> | 1994-01-26 21:44:50 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1994-01-26 21:44:50 +0000 |
commit | 03372cf4abef13c31f3650617e60398612b1ddb6 (patch) | |
tree | 35619293b7f7f92ebc141e54c2bb642beec29114 /gas | |
parent | 509d5555dc7401035e3bfd3bf4966e93deaced2f (diff) | |
download | gdb-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')
-rw-r--r-- | gas/Makefile.in | 2 | ||||
-rw-r--r-- | gas/testsuite/Makefile.in | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index 267f4d8..35bfa39 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -130,7 +130,7 @@ CHECKFLAGS= \ "CC_FOR_TARGET=$(CC_FOR_TARGET)" \ "NM_FOR_TARGET=$(NM_FOR_TARGET)" \ "OBJDUMP_FOR_TARGET=$(OBJDUMP_FOR_TARGET)" \ - "RUNTEST_FLAGS=$(RUNTEST_FLAGS)" \ + "RUNTESTFLAGS=$(RUNTESTFLAGS)" \ "RUNTEST=$(RUNTEST)" # Lists of files for various purposes. 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: |