Bug#31929 Windows build fails with >=4 Parallel build threads.

- Add GenError Dependency to storage engines that include 
mysqld_error.h
This commit is contained in:
iggy@alf.(none) 2008-01-29 21:58:57 -05:00
commit 18aba8a82c
14 changed files with 85 additions and 1 deletions

View file

@ -23,5 +23,6 @@ SET(VIO_SOURCES vio.c viosocket.c viossl.c viosslfactories.c)
IF(NOT SOURCE_SUBLIBS)
ADD_LIBRARY(vio ${VIO_SOURCES})
ADD_DEPENDENCIES(vio GenError)
ENDIF(NOT SOURCE_SUBLIBS)