* Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
etc/make-stds.texi. The underscore came from gcc, and dje now agrees that RUNTESTFLAGS is the correct name.
This commit is contained in:
parent
0f894895a1
commit
8636515256
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
|
* Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
|
||||||
|
etc/make-stds.texi. The underscore came from gcc, and dje now
|
||||||
|
agrees that RUNTESTFLAGS is the correct name.
|
||||||
|
|
||||||
Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
|
Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
|
||||||
|
|
||||||
* install.sh: Remove 'set -e'. It makes any conditionals
|
* install.sh: Remove 'set -e'. It makes any conditionals
|
||||||
|
|
|
@ -250,7 +250,7 @@ BASE_FLAGS_TO_PASS = \
|
||||||
"RANLIB_FOR_TARGET=$(RANLIB_FOR_TARGET)" \
|
"RANLIB_FOR_TARGET=$(RANLIB_FOR_TARGET)" \
|
||||||
"EXPECT=$(EXPECT)" \
|
"EXPECT=$(EXPECT)" \
|
||||||
"RUNTEST=$(RUNTEST)" \
|
"RUNTEST=$(RUNTEST)" \
|
||||||
"RUNTEST_FLAGS=$(RUNTEST_FLAGS)" \
|
"RUNTESTFLAGS=$(RUNTESTFLAGS)" \
|
||||||
"XTRAFLAGS_FOR_TARGET=$(XTRAFLAGS)" \
|
"XTRAFLAGS_FOR_TARGET=$(XTRAFLAGS)" \
|
||||||
"exec_prefix=$(exec_prefix)" \
|
"exec_prefix=$(exec_prefix)" \
|
||||||
"prefix=$(prefix)" \
|
"prefix=$(prefix)" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue