From 4222020f0e2242b0a8fa46cc07ebe3c7bb04a7c6 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Tue, 24 Apr 2001 17:16:32 +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 0d65ed057..002a8b72f 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 Peter Eisentraut * libltdl/ltdl.c (lt_dlexit): Quit loop if only resident modules diff --git a/tests/Makefile.am b/tests/Makefile.am index 430291932..36fde5d2a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -59,9 +59,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)" EXTRA_DIST = defs $(COMMON_TESTS) $(CXX_TESTS) -- 2.47.2