]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
2005-11-17 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Fri, 18 Nov 2005 01:41:52 +0000 (01:41 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 18 Nov 2005 01:41:52 +0000 (01:41 +0000)
* Makefile.am (installcheck-local): Fix typo in last change.

tests/ChangeLog
tests/Makefile.am

index 956955c521af1fea66287facf8db851d52925f97..9c1078e0b4473045101b1f390464669f958f84a3 100644 (file)
@@ -1,3 +1,7 @@
+2005-11-17  Roland McGrath  <roland@redhat.com>
+
+       * Makefile.am (installcheck-local): Fix typo in last change.
+
 2005-11-16  Roland McGrath  <roland@redhat.com>
 
        * configure.ac: New file, for standalone build/dist of test suite.
index 8cc732844f0e386e49a808ba7bfebe153cbcf495..8290a65bb6bc7b5e55d6710ca347989eda25ad78 100644 (file)
@@ -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