1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

fix a parallel build error

This commit is contained in:
Sergei Golubchik
2016-06-08 20:29:02 +02:00
parent fafcee852f
commit 7fbc3e5785

View File

@ -39,7 +39,9 @@ droppartition.cpp
include_HEADERS = ddlpkg.h \
sqlparser.h
ddl-gram.h ddl-gram.cpp: ddl.y
ddl-gram.h: ddl-gram.cpp
ddl-gram.cpp: ddl.y
$(YACC) -l -v -d -p ddl -o ddl-gram-temp.cpp ddl.y
set +e; \
if [ -f ddl-gram.cpp ]; \