diff options
author | unknown <knielsen@production.mysql.com> | 2005-12-14 08:24:57 +0100 |
---|---|---|
committer | unknown <knielsen@production.mysql.com> | 2005-12-14 08:24:57 +0100 |
commit | 97746386af0b660b8840fe0dba41535d18fee62b (patch) | |
tree | 3005f5f2adf8ced8661042e1f4e58b7a3d25036f /extra | |
parent | 05144f7e9a2aa04e7a20a244a6f6d4692006d30f (diff) | |
parent | 700e6cbd5ac5436039f4e7969bc97d5fb28cd11d (diff) | |
download | mariadb-git-97746386af0b660b8840fe0dba41535d18fee62b.tar.gz |
Merge knielsen@bk-internal.mysql.com:/home/bk/mysql-5.0
into production.mysql.com:/usersnfs/knielsen/mysql-5.0
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/Makefile.am b/extra/Makefile.am index a60656cb5c6..c0ad75059df 100644 --- a/extra/Makefile.am +++ b/extra/Makefile.am @@ -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 \ |