diff options
author | Rob Savoye <rob@cygnus> | 1994-01-25 02:09:26 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1994-01-25 02:09:26 +0000 |
commit | 8c2b25dd9b19ed407cd1a667394089fb25ab8d28 (patch) | |
tree | 348b265166c5311b5dc7b797455c7473c5dfcf59 /binutils | |
parent | 3f048f7ff93498de36e35e49cf736cd2f5ddf7b7 (diff) | |
download | gdb-8c2b25dd9b19ed407cd1a667394089fb25ab8d28.zip gdb-8c2b25dd9b19ed407cd1a667394089fb25ab8d28.tar.gz gdb-8c2b25dd9b19ed407cd1a667394089fb25ab8d28.tar.bz2 |
Change RUNTESTFLAGS to RUNTEST_FLAGS to be consistant with FLAGS_TO_PASS.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/testsuite/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/testsuite/Makefile.in b/binutils/testsuite/Makefile.in index 19c92bb..02bc4f8 100644 --- a/binutils/testsuite/Makefile.in +++ b/binutils/testsuite/Makefile.in @@ -62,7 +62,7 @@ install-info: $(MAKE) subdir_do DO=install-info "DODIRS=$(INFODIRS)" $(FLAGS_TO_PASS) check: site.exp all - $(RUNTEST) $(RUNTESTFLAGS) $(FLAGS_TO_PASS) --tool binutils --srcdir $(srcdir) + $(RUNTEST) $(RUNTEST_FLAGS) $(FLAGS_TO_PASS) --tool binutils --srcdir $(srcdir) site.exp: ./config.status Makefile @echo "Making a new config file..." |