mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 17:23:02 +00:00
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.
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
2008-12-08 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
|
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 <dianj@freeshell.org>
|
2008-12-07 Di-an Jan <dianj@freeshell.org>
|
||||||
|
|
||||||
Implement the FIXME that ends an user action with a semicolon
|
Implement the FIXME that ends an user action with a semicolon
|
||||||
|
|||||||
@@ -71,9 +71,6 @@ $(TESTSUITE): tests/package.m4 $(TESTSUITE_AT)
|
|||||||
$(AUTOTEST) $(AUTOTESTFLAGS) $(top_srcdir)/tests/testsuite.at -o $@.tmp
|
$(AUTOTEST) $(AUTOTESTFLAGS) $(top_srcdir)/tests/testsuite.at -o $@.tmp
|
||||||
mv $@.tmp $@
|
mv $@.tmp $@
|
||||||
|
|
||||||
tests/atconfig: $(top_builddir)/config.status
|
|
||||||
./config.status tests/$@
|
|
||||||
|
|
||||||
clean-local: clean-local-tests
|
clean-local: clean-local-tests
|
||||||
clean-local-tests:
|
clean-local-tests:
|
||||||
test ! -f $(TESTSUITE) || cd tests && ../$(TESTSUITE) --clean
|
test ! -f $(TESTSUITE) || cd tests && ../$(TESTSUITE) --clean
|
||||||
|
|||||||
Reference in New Issue
Block a user