]> git.saurik.com Git - bison.git/commitdiff
maint: trust Automake for parser headers.
authorAkim Demaille <demaille@gostai.com>
Wed, 15 Feb 2012 12:32:07 +0000 (13:32 +0100)
committerAkim Demaille <demaille@gostai.com>
Wed, 15 Feb 2012 12:33:42 +0000 (13:33 +0100)
* 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.

examples/calc++/local.mk
src/local.mk

index 967925fd3f67a535dfa918bb8d648355534d56f0..54e558402d06fef21893e6e13b9abb6166e413d6 100644 (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
index 5589c1d5151a8999376a08f59f25f33039317b34..c05a4039e916aa59de67d2f3a14e24da9cc188e1 100644 (file)
@@ -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                               \