mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user