aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-11-05 01:02:31 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-11-05 01:02:31 +0000
commit8636515256d99374cca74e53e49f623308a1b371 (patch)
treec33e675fdac6071a77eac414bb9deca07f7fcf2f /Makefile.in
parent0f894895a1182d8e02e562331b95c9d8cf173f6a (diff)
downloadgdb-8636515256d99374cca74e53e49f623308a1b371.zip
gdb-8636515256d99374cca74e53e49f623308a1b371.tar.gz
gdb-8636515256d99374cca74e53e49f623308a1b371.tar.bz2
* 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.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 1401c15..0a1b886 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -250,7 +250,7 @@ BASE_FLAGS_TO_PASS = \
"RANLIB_FOR_TARGET=$(RANLIB_FOR_TARGET)" \
"EXPECT=$(EXPECT)" \
"RUNTEST=$(RUNTEST)" \
- "RUNTEST_FLAGS=$(RUNTEST_FLAGS)" \
+ "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
"XTRAFLAGS_FOR_TARGET=$(XTRAFLAGS)" \
"exec_prefix=$(exec_prefix)" \
"prefix=$(prefix)" \