diff options
author | jani@a193-229-222-105.elisa-laajakaista.fi <> | 2005-10-14 09:32:30 +0300 |
---|---|---|
committer | jani@a193-229-222-105.elisa-laajakaista.fi <> | 2005-10-14 09:32:30 +0300 |
commit | ea26f5e2ea30e40342f6677223bc4095f18d1866 (patch) | |
tree | cace8c8e59c86049ff5699dfb7097b3d05cd115d /extra | |
parent | ed71fa28faa4367c08eefd1d87ab08a3af25d352 (diff) | |
download | mariadb-git-ea26f5e2ea30e40342f6677223bc4095f18d1866.tar.gz |
Had to revert change, because it breaks compilation for
Netware. Hartmut informed about this.
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 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/ \ |