From: Akim Demaille Date: Mon, 5 Nov 2001 17:35:02 +0000 (+0000) Subject: * tests/Makefile.am (testsuite): Rename this target as... X-Git-Tag: AUTOCONF-2.52g~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=191ad539dcdb259e5249b440eeefe5da62a801ae;p=thirdparty%2Fautoconf.git * tests/Makefile.am (testsuite): Rename this target as... ($(TESTSUITE)): this. From Nicolas Joly. --- diff --git a/ChangeLog b/ChangeLog index 22556807d..36462a34b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-11-05 Akim Demaille + + * tests/Makefile.am (testsuite): Rename this target as... + ($(TESTSUITE)): this. + From Nicolas Joly. + 2001-11-05 Alexandre Duret-Lutz * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing diff --git a/tests/Makefile.am b/tests/Makefile.am index cef68390b..bafedaa2a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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 \ diff --git a/tests/Makefile.in b/tests/Makefile.in index 7748dc422..cf7c5ad70 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -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 \