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 f4311b7..6d1bf3a 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 077b979..173b18e 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 = \