summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkim Demaille <demaille@gostai.com>2012-02-15 13:32:07 +0100
committerAkim Demaille <demaille@gostai.com>2012-02-15 13:33:42 +0100
commit3d6ca339083c278d907c9f030f4ba6bc5ecb07f2 (patch)
tree81946b1302222ef89da0048cdefc67085df09366
parent737406a32c201471699bfa0843d1f432f3ec29ab (diff)
downloadbison-3d6ca339083c278d907c9f030f4ba6bc5ecb07f2.tar.gz
maint: trust Automake for parser headers.
* examples/calc++/local.mk, src/local.mk: Now that automake can see `-d' in AM_YFLAGS, we can rely on it to compile and ship the parser header files.
-rw-r--r--examples/calc++/local.mk1
-rw-r--r--src/local.mk1
2 files changed, 0 insertions, 2 deletions
diff --git a/examples/calc++/local.mk b/examples/calc++/local.mk
index 967925fd..54e55840 100644
--- a/examples/calc++/local.mk
+++ b/examples/calc++/local.mk
@@ -53,7 +53,6 @@ calc_extracted = \
examples/calc++/calc++-driver.cc \
examples/calc++/calc++-parser.yy
calc_generated = \
- examples/calc++/calc++-parser.h \
examples/calc++/stack.hh \
examples/calc++/position.hh \
examples/calc++/location.hh
diff --git a/src/local.mk b/src/local.mk
index 5589c1d5..c05a4039 100644
--- a/src/local.mk
+++ b/src/local.mk
@@ -61,7 +61,6 @@ src_bison_SOURCES = \
src/nullable.h \
src/output.c \
src/output.h \
- src/parse-gram.h \
src/parse-gram.y \
src/print-xml.c \
src/print-xml.h \