From: Mark Wielaard Date: Tue, 2 Jul 2013 14:16:58 +0000 (+0200) Subject: tests EXTRA_DIST typo, forgot extension in testfilenolines.bz2. X-Git-Tag: elfutils-0.156~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=263d7eed708f3028e855b25a8692bb3d3b70c704;p=thirdparty%2Felfutils.git tests EXTRA_DIST typo, forgot extension in testfilenolines.bz2. --- diff --git a/tests/ChangeLog b/tests/ChangeLog index eca60c39e..a080a7371 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2013-07-02 Mark Wielaard + + * Makefile.am (EXTRA_DIST): Fix typo, forgot extension in + testfilenolines.bz2. + 2013-05-30 Jan Kratochvil * Makefile.am (EXTRA_DIST): Add test-core-lib.so.bz2, diff --git a/tests/Makefile.am b/tests/Makefile.am index 2d819c5b3..4fe002236 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -199,7 +199,7 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh \ testfile70.core.bz2 testfile70.exec.bz2 \ run-dwfllines.sh run-dwfl-report-elf-align.sh \ testfile-dwfl-report-elf-align-shlib.so.bz2 \ - testfilenolines test-core-lib.so.bz2 test-core.core.bz2 \ + testfilenolines.bz2 test-core-lib.so.bz2 test-core.core.bz2 \ test-core.exec.bz2 if USE_VALGRIND