]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/Makefile.am (testsuite): Rename this target as...
authorAkim Demaille <akim@epita.fr>
Mon, 5 Nov 2001 17:35:02 +0000 (17:35 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 5 Nov 2001 17:35:02 +0000 (17:35 +0000)
($(TESTSUITE)): this.
From Nicolas Joly.

ChangeLog
tests/Makefile.am
tests/Makefile.in

index 22556807d20c0899cbd58224d9d6f831eff63a72..36462a34bed3f3b0a054eae224ba04a1b4ff6a7a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-11-05  Akim Demaille  <akim@epita.fr>
+
+       * tests/Makefile.am (testsuite): Rename this target as...
+       ($(TESTSUITE)): this.
+       From Nicolas Joly.
+
 2001-11-05  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing
index cef68390bc9c48eb5d6ea22b63971abc6b8a83bd..bafedaa2a683930c53b2e1dd0b55e9f03d26b474 100644 (file)
@@ -50,7 +50,7 @@ TESTSUITE = ./testsuite
 # Don't use AUTOM4TE since `make alpha' makes it unavailable although
 # we are allowed to use it (since we ship it).
 AUTOTEST = ./autom4te --language=autotest
-testsuite: $(top_srcdir)/lib/m4sugar/m4sugar.m4 \
+$(TESTSUITE): $(top_srcdir)/lib/m4sugar/m4sugar.m4 \
           $(top_srcdir)/lib/m4sugar/m4sh.m4 \
            $(top_srcdir)/lib/autotest/autotest.m4 \
            $(top_srcdir)/lib/autotest/general.m4 \
index 7748dc42251dd66a6733532c56fece56cec148a6..cf7c5ad70af9c915d583941bc3904e4ef166f471 100644 (file)
@@ -264,7 +264,7 @@ uninstall-am: uninstall-info-am
        maintainer-clean-generic mostlyclean mostlyclean-generic \
        uninstall uninstall-am uninstall-info-am
 
-testsuite: $(top_srcdir)/lib/m4sugar/m4sugar.m4 \
+$(TESTSUITE): $(top_srcdir)/lib/m4sugar/m4sugar.m4 \
           $(top_srcdir)/lib/m4sugar/m4sh.m4 \
            $(top_srcdir)/lib/autotest/autotest.m4 \
            $(top_srcdir)/lib/autotest/general.m4 \