diff options
author | unknown <hartmut@mysql.com> | 2005-09-30 18:06:38 +0200 |
---|---|---|
committer | unknown <hartmut@mysql.com> | 2005-09-30 18:06:38 +0200 |
commit | 0585fcbe639000fa9e4210e2a4149570268f8a72 (patch) | |
tree | 1a808346519eb99f34b9b866ee596425a0b82d69 /extra | |
parent | 91cb248a7dc31c167e376046d45eee9da6df3f96 (diff) | |
download | mariadb-git-0585fcbe639000fa9e4210e2a4149570268f8a72.tar.gz |
CygWin build fix (Bug #13640)
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/Makefile.am b/extra/Makefile.am index 457fddce673..91ec8318f08 100644 --- a/extra/Makefile.am +++ b/extra/Makefile.am @@ -26,7 +26,7 @@ CLEANFILES = $(BUILT_SOURCES) DIST_SUBDIRS= yassl # This will build mysqld_error.h and sql_state.h -$(top_builddir)/include/mysqld_error.h: comp_err +$(top_builddir)/include/mysqld_error.h: comp_err$(EXEEXT) $(top_builddir)/extra/comp_err \ --charset=$(top_srcdir)/sql/share/charsets \ --out-dir=$(top_builddir)/sql/share/ \ |