mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user