diff options
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: |