From 575dd39916d6fb5e79428b15f1ab5c7ece249b60 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 18 Nov 2005 01:41:52 +0000 Subject: [PATCH] 2005-11-17 Roland McGrath * Makefile.am (installcheck-local): Fix typo in last change. --- tests/ChangeLog | 4 ++++ tests/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.47.2