* Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
authorJim Kingdon <jkingdon@engr.sgi.com>
Fri, 5 Nov 1993 01:02:31 +0000 (01:02 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Fri, 5 Nov 1993 01:02:31 +0000 (01:02 +0000)
etc/make-stds.texi.  The underscore came from gcc, and dje now
agrees that RUNTESTFLAGS is the correct name.

ChangeLog
Makefile.in

index cdd70f8c91b8128d920434e60a76aa9242daacf8..b5e13c29c2e4d82a130e2a9a9bec9727788321db 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)
 
        * install.sh:  Remove 'set -e'.  It makes any conditionals
index 1401c15e0fe12211288346d719f375308672c783..0a1b8864f3158f1b074e56614a6959bba757bc4e 100644 (file)
@@ -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)" \
This page took 0.02816 seconds and 4 git commands to generate.