Change RUNTESTFLAGS to RUNTEST_FLAGS to be consistant with FLAGS_TO_PASS.
This commit is contained in:
parent
3f048f7ff9
commit
8c2b25dd9b
1 changed files with 1 additions and 1 deletions
|
@ -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..."
|
||||
|
|
Loading…
Reference in a new issue