You've already forked mariadb-columnstore-engine
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:
@ -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 ]; \
|
||||
|
Reference in New Issue
Block a user