mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 15:23:02 +00:00
distcheck: fix.
* examples/calc++/Makefile.am: (EXTRA_DIST): Ship calc.stamp.
(cherry picked from commit 67af719840)
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2009-08-12 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
|
distcheck: fix.
|
||||||
|
|
||||||
|
* examples/calc++/Makefile.am: (EXTRA_DIST): Ship calc.stamp.
|
||||||
|
|
||||||
2009-08-10 Joel E. Denny <jdenny@clemson.edu>
|
2009-08-10 Joel E. Denny <jdenny@clemson.edu>
|
||||||
|
|
||||||
* tests/Makefile.am (TESTSUITE_AT): Add named-refs.at.
|
* tests/Makefile.am (TESTSUITE_AT): Add named-refs.at.
|
||||||
|
|||||||
@@ -54,7 +54,10 @@ MAINTAINERCLEANFILES = $(srcdir)/*.stamp $(BUILT_SOURCES)
|
|||||||
# Compile the parser and save cycles.
|
# Compile the parser and save cycles.
|
||||||
# This code comes from "Handling Tools that Produce Many Outputs",
|
# This code comes from "Handling Tools that Produce Many Outputs",
|
||||||
# from the Automake documentation.
|
# from the Automake documentation.
|
||||||
EXTRA_DIST = $(srcdir)/calc++-parser.stamp $(srcdir)/calc++-parser.yy
|
EXTRA_DIST = \
|
||||||
|
$(srcdir)/calc++-parser.stamp \
|
||||||
|
$(srcdir)/calc++-parser.yy \
|
||||||
|
$(srcdir)/calc.stamp
|
||||||
# Don't depend on $(BISON) otherwise we would rebuild these files
|
# Don't depend on $(BISON) otherwise we would rebuild these files
|
||||||
# in srcdir, including during distcheck, which is forbidden.
|
# in srcdir, including during distcheck, which is forbidden.
|
||||||
$(srcdir)/calc++-parser.stamp: $(srcdir)/calc++-parser.yy $(BISON_IN)
|
$(srcdir)/calc++-parser.stamp: $(srcdir)/calc++-parser.yy $(BISON_IN)
|
||||||
|
|||||||
Reference in New Issue
Block a user