summaryrefslogtreecommitdiff
path: root/extra/Makefile.am
diff options
context:
space:
mode:
authorjani@a193-229-222-105.elisa-laajakaista.fi <>2005-12-14 03:08:59 +0200
committerjani@a193-229-222-105.elisa-laajakaista.fi <>2005-12-14 03:08:59 +0200
commit834940e9be231a03da947e5f7ae564a86aa01a86 (patch)
tree922b748efe71ef323ec6c346eddddeb5dfb94ef6 /extra/Makefile.am
parentf845256f890e0b5f184000d1e5086a48677a8625 (diff)
downloadmariadb-git-834940e9be231a03da947e5f7ae564a86aa01a86.tar.gz
Patch for Bug#13640
Diffstat (limited to 'extra/Makefile.am')
-rw-r--r--extra/Makefile.am4
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 \