diff options
author | Akim Demaille <demaille@gostai.com> | 2012-02-22 14:42:39 +0100 |
---|---|---|
committer | Akim Demaille <demaille@gostai.com> | 2012-02-24 07:58:09 +0100 |
commit | dac70b43a0fd90d2470873fb80b261c345944dd3 (patch) | |
tree | 3982fd623351bab1b03a635dc23c92a02dd49f6d /examples/calc++/calc++-parser.hh | |
parent | 53645905ea763faa4ec9d28260894c476a19b38e (diff) | |
download | bison-next.tar.gz |
calc++: don't rely on Automake to compile a C++ parser.next
Basically, revert commit 609b3d8096fb0cc1fa4d908b6e1a860ced260bda,
it is currently too hard to use Automake to leave the extracted and
generated files in the src tree.
* examples/calc++/calc++-parser.hh: Remove.
* examples/calc++/local.mk (examples/calc++/calc++-parser.stamp):
New.
Diffstat (limited to 'examples/calc++/calc++-parser.hh')
-rw-r--r-- | examples/calc++/calc++-parser.hh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/calc++/calc++-parser.hh b/examples/calc++/calc++-parser.hh deleted file mode 100644 index 6f1e8852..00000000 --- a/examples/calc++/calc++-parser.hh +++ /dev/null @@ -1,4 +0,0 @@ -// Work around an Automake 1.11.2 bug: it asks for the creation of -// y.tab.h and then renames it as calc++-parser.h instead of -// calc++-parser.hh. We don't want this to show in the documentation. -#include "calc++-parser.h" |