mirror of
https://github.com/MariaDB/server.git
synced 2026-04-27 02:35:29 +02:00
Patch for Bug#13640
This commit is contained in:
parent
06042b36f4
commit
700e6cbd5a
1 changed files with 2 additions and 2 deletions
|
|
@ -29,8 +29,8 @@ SUBDIRS=
|
|||
DIST_SUBDIRS= yassl
|
||||
|
||||
# This will build mysqld_error.h and sql_state.h
|
||||
$(top_builddir)/include/mysqld_error.h: comp_err
|
||||
$(top_builddir)/extra/comp_err \
|
||||
$(top_builddir)/include/mysqld_error.h: comp_err$(EXEEXT)
|
||||
$(top_builddir)/extra/comp_err$(EXEEXT) \
|
||||
--charset=$(top_srcdir)/sql/share/charsets \
|
||||
--out-dir=$(top_builddir)/sql/share/ \
|
||||
--header_file=$(top_builddir)/include/mysqld_error.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue