]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
From Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>
authorGary V. Vaughan <gary@gnu.org>
Tue, 24 Apr 2001 17:13:01 +0000 (17:13 +0000)
committerGary V. Vaughan <gary@gnu.org>
Tue, 24 Apr 2001 17:13:01 +0000 (17:13 +0000)
* tests/Makefile.am (TESTS_ENVIRONMENT): Make sure the *.test
scripts get the same make that was used in the top level
directory.

ChangeLog
tests/Makefile.am

index 5fa953cae4ee98d33f2c5f51d0535d15eb7c3bea..c9c0052d77ccad2d77a06e53abd987958228ca14 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-04-24  Gary V. Vaughan  <gvv@techie.com>
+
+       From Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>
+       * tests/Makefile.am (TESTS_ENVIRONMENT): Make sure the *.test
+       scripts get the same make that was used in the top level
+       directory.
+
 2001-04-23  Gary V. Vaughan  <gvv@techie.com>
 
        * doc/PLATFORMS:  Updated with more platforms successfully
index 7c410f0352d00bd7f504c511862d1153e97b0994..6ff2e0aac209011dbba7c32f34de3951df0f2845 100644 (file)
@@ -45,9 +45,9 @@ LDFLAGS = @LDFLAGS@
 LIBS = @LIBS@
 
 # Be sure to reexport important environment variables.
-TESTS_ENVIRONMENT = CC="$(CC)" CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" \
-       LD="$(LD)" LDFLAGS="$(LDFLAGS)" LIBS="$(LIBS)" \
-       LN_S="$(LN_S)" NM="$(NM)" RANLIB="$(RANLIB)" \
+TESTS_ENVIRONMENT = MAKE="$(MAKE)" CC="$(CC)" CFLAGS="$(CFLAGS)" \
+       CPPFLAGS="$(CPPFLAGS)" LD="$(LD)" LDFLAGS="$(LDFLAGS)" \
+       LIBS="$(LIBS)" LN_S="$(LN_S)" NM="$(NM)" RANLIB="$(RANLIB)" \
        OBJEXT="$(OBJEXT)" EXEEXT="$(EXEEXT)"
 
 EXTRA_DIST = defs $(TESTS)