summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAkim Demaille <akim@lrde.epita.fr>2013-01-12 16:03:15 +0100
committerAkim Demaille <akim@lrde.epita.fr>2013-01-12 16:14:16 +0100
commitf6df83b4e80b2a53c08b5dc654e247076a3b9b03 (patch)
treebe19561358192007a5e2cb7b95bf90506572726d /Makefile.am
parent016426c19515897590c00a5a6cb223d72e3230b5 (diff)
downloadbison-f6df83b4e80b2a53c08b5dc654e247076a3b9b03.tar.gz
build: fix VPATH issue
* Makefile.am (update-b4-copyright, update-package-copyright-year): Fix path to build-aux.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index a9861190..24720110 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -78,12 +78,11 @@ dist-hook: gen-ChangeLog
.PHONY: update-b4-copyright update-package-copyright-year
update-b4-copyright:
- find data -type f \
- | grep -v -E '^data/bison.m4$$' \
- | xargs $(build_aux)/$@
+ find $(srcdir)/data -type f \
+ | xargs $(srcdir)/build-aux/$@
@echo 'warning: src/parse-gram.[hc] may need to be regenerated.'
update-package-copyright-year:
- $(build_aux)/$@ configure.ac
+ $(srcdir)/build-aux/$@ $(srcdir)/configure.ac
gen_start_date = 2012-01-16
.PHONY: gen-ChangeLog