From: Akim Demaille Date: Wed, 15 Feb 2012 12:32:07 +0000 (+0100) Subject: maint: trust Automake for parser headers. X-Git-Tag: v2.7.90~527 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/3d6ca339083c278d907c9f030f4ba6bc5ecb07f2 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. --- 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 \