From a398a2326df69a069e16f957c56fda2719fd407c Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Tue, 24 Apr 2001 17:13:01 +0000 Subject: [PATCH] From Tim Mooney * tests/Makefile.am (TESTS_ENVIRONMENT): Make sure the *.test scripts get the same make that was used in the top level directory. --- ChangeLog | 7 +++++++ tests/Makefile.am | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5fa953cae..c9c0052d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-04-24 Gary V. Vaughan + + From Tim Mooney + * 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 * doc/PLATFORMS: Updated with more platforms successfully diff --git a/tests/Makefile.am b/tests/Makefile.am index 7c410f035..6ff2e0aac 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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) -- 2.47.3