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:
Akim Demaille
2012-02-15 13:32:07 +01:00
parent 737406a32c
commit 3d6ca33908
2 changed files with 0 additions and 2 deletions

View File

@@ -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