bison-patches
[Top][All Lists]
Advanced

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

[PATCH 08/10] build: fix VPATH issue


From: Akim Demaille
Subject: [PATCH 08/10] build: fix VPATH issue
Date: Mon, 8 Apr 2013 20:35:54 +0200

* Makefile.am (update-b4-copyright, update-package-copyright-year): Fix
path to build-aux.
(cherry picked from commit f6df83b4e80b2a53c08b5dc654e247076a3b9b03)

Conflicts:
        Makefile.am
---
 Makefile.am | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index aed166e..16d1275 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -56,12 +56,11 @@ dist-hook: gen-ChangeLog
 
 .PHONY: update-b4-copyright update-package-copyright-year
 update-b4-copyright:
-       $(AM_V_GEN) find data -type f           \
-         | grep -v -E '^data/bison.m4$$'       \
-         | xargs $(build_aux)/$@
+       $(AM_V_GEN)find $(srcdir)/data -type f          \
+         | xargs $(srcdir)/build-aux/$@
        @echo 'warning: src/parse-gram.[hc] may need to be regenerated.'
 update-package-copyright-year:
-       $(AM_V_GEN)$(build_aux)/$@ configure.ac
+       $(AM_V_GEN)$(srcdir)/build-aux/$@ $(srcdir)/configure.ac
 
 gen_start_date = 2012-01-16
 .PHONY: gen-ChangeLog
-- 
1.8.2




reply via email to

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