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:
Akim Demaille
2008-12-07 13:44:05 +01:00
parent e8cd1ad655
commit 97abf54412
2 changed files with 7 additions and 3 deletions

View File

@@ -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