From: Akim Demaille Date: Sun, 7 Dec 2008 12:44:05 +0000 (+0100) Subject: Fix regeneration of atconfig. X-Git-Tag: v2.7.90~969 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/97abf5441273627cd271cb8dbaa646a1946fae4b?ds=inline Fix regeneration of atconfig. * tests/local.mk (tests/atconfig): The rule was incorrect, but remove it: now that there is no tests/Makefile.am, the top-level Makefile properly updates atconfig when needed. --- diff --git a/ChangeLog b/ChangeLog index 34dc2930..33646757 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-12-08 Akim Demaille + + Fix regeneration of atconfig. + * tests/local.mk (tests/atconfig): The rule was incorrect, but + remove it: now that there is no tests/Makefile.am, the top-level + Makefile properly updates atconfig when needed. + 2008-12-07 Di-an Jan Implement the FIXME that ends an user action with a semicolon diff --git a/tests/local.mk b/tests/local.mk index 596918ba..6dffa1f1 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -71,9 +71,6 @@ $(TESTSUITE): tests/package.m4 $(TESTSUITE_AT) $(AUTOTEST) $(AUTOTESTFLAGS) $(top_srcdir)/tests/testsuite.at -o $@.tmp mv $@.tmp $@ -tests/atconfig: $(top_builddir)/config.status - ./config.status tests/$@ - clean-local: clean-local-tests clean-local-tests: test ! -f $(TESTSUITE) || cd tests && ../$(TESTSUITE) --clean