mirror of https://gitee.com/bigwinds/arangodb
fixed bison generation
This commit is contained in:
parent
55a3bb5929
commit
105ced2de7
|
@ -21,5 +21,7 @@ ${BISON} -d -ra -o ${OUTPUT} ${INPUT}
|
|||
|
||||
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
|
||||
|
||||
cp ${PREFIX}.hpp ${PREFIX}.h
|
||||
|
|
Loading…
Reference in New Issue