Browse Source

Bug#53240 :Fixed dependency to prevent occasional situations

where bison runs in parallel with the same input and output files
pull/374/head
Vladislav Vaintroub 15 years ago
parent
commit
ab136fc6be
  1. 3
      sql/CMakeLists.txt

3
sql/CMakeLists.txt

@ -149,8 +149,7 @@ ADD_CUSTOM_TARGET(
${PROJECT_SOURCE_DIR}/sql/message.rc
${PROJECT_SOURCE_DIR}/sql/lex_hash.h)
ADD_DEPENDENCIES(mysqld GenServerSource)
ADD_DEPENDENCIES(sql GenServerSource)
# Remove the auto-generated files as part of 'Clean Solution'
SET_DIRECTORY_PROPERTIES(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES
"lex_hash.h;sql_yacc.h;sql_yacc.cc;mysqld.def")

Loading…
Cancel
Save