From 3d6ca339083c278d907c9f030f4ba6bc5ecb07f2 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Wed, 15 Feb 2012 13:32:07 +0100 Subject: 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. --- examples/calc++/local.mk | 1 - src/local.mk | 1 - 2 files changed, 2 deletions(-) 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 \ -- cgit v1.2.1