summaryrefslogtreecommitdiff
path: root/extra/Makefile.am
diff options
context:
space:
mode:
authorunknown <jani@a193-229-222-105.elisa-laajakaista.fi>2005-10-14 09:32:30 +0300
committerunknown <jani@a193-229-222-105.elisa-laajakaista.fi>2005-10-14 09:32:30 +0300
commit7ec9653938aab3e4cf480d69694bbb7f78557e08 (patch)
treecace8c8e59c86049ff5699dfb7097b3d05cd115d /extra/Makefile.am
parentd184778ec72c7e330900d6379403813d4bd9186a (diff)
downloadmariadb-git-7ec9653938aab3e4cf480d69694bbb7f78557e08.tar.gz
Had to revert change, because it breaks compilation for
Netware. Hartmut informed about this.
Diffstat (limited to 'extra/Makefile.am')
-rw-r--r--extra/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/Makefile.am b/extra/Makefile.am
index 91ec8318f08..457fddce673 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$(EXEEXT)
+$(top_builddir)/include/mysqld_error.h: comp_err
$(top_builddir)/extra/comp_err \
--charset=$(top_srcdir)/sql/share/charsets \
--out-dir=$(top_builddir)/sql/share/ \