From 03372cf4abef13c31f3650617e60398612b1ddb6 Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Wed, 26 Jan 1994 21:44:50 +0000 Subject: Change all occurances of RUNTEST_FLAGS to RUNTESTFLAGS to be consistant with everything else. (and now work recursively too) --- gas/Makefile.in | 2 +- gas/testsuite/Makefile.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'gas') 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: -- cgit v1.1