]> git.saurik.com Git - bison.git/commitdiff
Fix regeneration of atconfig.
authorAkim Demaille <demaille@gostai.com>
Sun, 7 Dec 2008 12:44:05 +0000 (13:44 +0100)
committerAkim Demaille <demaille@gostai.com>
Mon, 8 Dec 2008 08:44:38 +0000 (09:44 +0100)
* 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.

ChangeLog
tests/local.mk

index 34dc2930b07075e7f32783b5821195d411e1f373..33646757aab3b1900ef9823f97818c8c2d02df37 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        Implement the FIXME that ends an user action with a semicolon
index 596918bad08b84f288fb82b37932884a5859662d..6dffa1f1b9471668b2aeabb90292f578575d8002 100644 (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