1
0
Fork 0

fixed bison generation

This commit is contained in:
Jan Steemann 2014-07-23 09:23:52 +02:00
parent 55a3bb5929
commit 105ced2de7
1 changed files with 3 additions and 1 deletions

View File

@ -21,5 +21,7 @@ ${BISON} -d -ra -o ${OUTPUT} ${INPUT}
PREFIX=`echo ${OUTPUT} | sed -e 's:\.cpp$::'` PREFIX=`echo ${OUTPUT} | sed -e 's:\.cpp$::'`
test -f ${PREFIX}.h || exit 1 test -f ${PREFIX}.hpp || exit 1
test -f ${PREFIX}.cpp || exit 1 test -f ${PREFIX}.cpp || exit 1
cp ${PREFIX}.hpp ${PREFIX}.h