From: Roland McGrath Date: Fri, 18 Nov 2005 01:41:52 +0000 (+0000) Subject: 2005-11-17 Roland McGrath X-Git-Tag: elfutils-0.120~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=575dd39916d6fb5e79428b15f1ab5c7ece249b60;p=thirdparty%2Felfutils.git 2005-11-17 Roland McGrath * Makefile.am (installcheck-local): Fix typo in last change. --- diff --git a/tests/ChangeLog b/tests/ChangeLog index 956955c52..9c1078e0b 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2005-11-17 Roland McGrath + + * Makefile.am (installcheck-local): Fix typo in last change. + 2005-11-16 Roland McGrath * configure.ac: New file, for standalone build/dist of test suite. diff --git a/tests/Makefile.am b/tests/Makefile.am index 8cc732844..8290a65bb 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -107,7 +107,7 @@ TESTS_ENVIRONMENT = $(srcdir)/test-wrapper.sh \ installcheck-local: $(MAKE) $(AM_MAKEFLAGS) \ - TESTS_ENVIRONMENT='$(installed_TESTS_ENVIRONMENT' check-TESTS + TESTS_ENVIRONMENT='$(installed_TESTS_ENVIRONMENT)' check-TESTS endif !STANDALONE if MUDFLAP