summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \