* src/bison.simple, src/bison.hairy, src/bison.c++: Move to...

* data/: here.
This commit is contained in:
Akim Demaille
2002-02-05 09:57:52 +00:00
parent 894dd62eb2
commit 5bb18f9a19
20 changed files with 41 additions and 17 deletions

View File

@@ -3,9 +3,9 @@
# Wrapper around a non installed bison to make it work as an installed one.
# We want to use the files shipped with Bison.
BISON_SIMPLE='@abs_top_srcdir@/src/bison.simple'
BISON_SIMPLE='@abs_top_srcdir@/data/bison.simple'
export BISON_SIMPLE
BISON_HAIRY='@abs_top_srcdir@/src/bison.hairy'
BISON_HAIRY='@abs_top_srcdir@/data/bison.hairy'
export BISON_HAIRY
exec '@abs_top_builddir@/src/bison' ${1+"$@"}