]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Fix `make clean check' for the Automake package.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 11 Oct 2009 11:28:31 +0000 (13:28 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 11 Oct 2009 11:28:31 +0000 (13:28 +0200)
* lib/Automake/Makefile.am (SUBDIRS): Add `.' before `tests',
so that Config.pm is built first.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
lib/Automake/Makefile.am

index f4311b797625e79ac8ef32532ecb76d24d3a87ba..6d1bf3a02aefc5ebfaa46cb2c78ce47fdc3ca0df 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-10-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       Fix `make clean check' for the Automake package.
+       * lib/Automake/Makefile.am (SUBDIRS): Add `.' before `tests',
+       so that Config.pm is built first.
+
        Fix in-tree `recheck' after failed test that runs `check'.
        If a test like pr401b-p.test fails for some reason, a `make
        recheck' would cause another reason for failure because it sets
index 077b9797a3d190af9554030ee844ec314516de58..173b18e688e388ff86418541999a096924990561 100644 (file)
@@ -15,7 +15,8 @@
 ## You should have received a copy of the GNU General Public License
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-SUBDIRS = tests
+# `make clean check' should build Config.pm first.
+SUBDIRS = . tests
 
 perllibdir = $(pkgvdatadir)/Automake
 dist_perllib_DATA = \