X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/60aa04a236004d3d03f00aeaf07b643a52ef0760..848bcc288d88f5d89242cf5c1a75a8da5e03c736:/Makefile.am?ds=sidebyside diff --git a/Makefile.am b/Makefile.am index ab3460d8..34edfc78 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in. -# Copyright (C) 2001-2012 Free Software Foundation, Inc. +# Copyright (C) 2001-2013 Free Software Foundation, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -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 @@ -96,6 +95,7 @@ gen-ChangeLog: --strip-cherry-pick \ --no-cluster \ --amend=$(srcdir)/build-aux/git-log-fix \ + --srcdir=$(srcdir) \ --since=$(gen_start_date) > $$cl.tmp && \ mv -f $$cl.tmp $$cl; \ fi