mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 00:33:03 +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++-driver.cc \
|
||||||
examples/calc++/calc++-parser.yy
|
examples/calc++/calc++-parser.yy
|
||||||
calc_generated = \
|
calc_generated = \
|
||||||
examples/calc++/calc++-parser.h \
|
|
||||||
examples/calc++/stack.hh \
|
examples/calc++/stack.hh \
|
||||||
examples/calc++/position.hh \
|
examples/calc++/position.hh \
|
||||||
examples/calc++/location.hh
|
examples/calc++/location.hh
|
||||||
|
|||||||
@@ -61,7 +61,6 @@ src_bison_SOURCES = \
|
|||||||
src/nullable.h \
|
src/nullable.h \
|
||||||
src/output.c \
|
src/output.c \
|
||||||
src/output.h \
|
src/output.h \
|
||||||
src/parse-gram.h \
|
|
||||||
src/parse-gram.y \
|
src/parse-gram.y \
|
||||||
src/print-xml.c \
|
src/print-xml.c \
|
||||||
src/print-xml.h \
|
src/print-xml.h \
|
||||||
|
|||||||
Reference in New Issue
Block a user