bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Fix regeneration of atconfig.


From: Akim Demaille
Subject: [PATCH] Fix regeneration of atconfig.
Date: Sun, 7 Dec 2008 13:44:05 +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      |    7 +++++++
 tests/local.mk |    3 ---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 34dc293..3364675 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-12-08  Akim Demaille  <address@hidden>
+
+       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  <address@hidden>
 
        Implement the FIXME that ends an user action with a semicolon
diff --git a/tests/local.mk b/tests/local.mk
index 596918b..6dffa1f 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 
address@hidden
        mv address@hidden $@
 
-tests/atconfig: $(top_builddir)/config.status
-       ./config.status tests/$@
-
 clean-local: clean-local-tests
 clean-local-tests:
        test ! -f $(TESTSUITE) || cd tests && ../$(TESTSUITE) --clean
-- 
1.6.0.4.790.gaa14a





reply via email to

[Prev in Thread] Current Thread [Next in Thread]