summaryrefslogtreecommitdiff
path: root/strings
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2002-08-06 22:20:11 +0300
committerunknown <monty@hundin.mysql.fi>2002-08-06 22:20:11 +0300
commitcbb0dc14ccd3ff932edf5a29aa6af0ac210be4b9 (patch)
treec1cde424f5333f37da341972b63a2e9c323f4f39 /strings
parent95417c335edf9c5aec9d85e0693ee7012ae001d1 (diff)
downloadmariadb-git-cbb0dc14ccd3ff932edf5a29aa6af0ac210be4b9.tar.gz
Fixed problem with make distcheck
Fixed bug in automatic repair of MyISAM tables where table cache was not locked properly Docs/manual.texi: Changelog libmysql/Makefile.am: Fixed problem with make distcheck libmysql/Makefile.shared: Fixed problem with make distcheck sql/sql_base.cc: Fixed bug in automatic repair where table cache was not locked properly. strings/Makefile.am: Fixed problem with make distcheck
Diffstat (limited to 'strings')
-rw-r--r--strings/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/strings/Makefile.am b/strings/Makefile.am
index d3bb4b54dcf..ca3188db1a4 100644
--- a/strings/Makefile.am
+++ b/strings/Makefile.am
@@ -44,7 +44,6 @@ noinst_PROGRAMS = conf_to_src
EXTRA_DIST = ctype-big5.c ctype-czech.c ctype-euc_kr.c \
ctype-gb2312.c ctype-gbk.c ctype-sjis.c \
ctype-tis620.c ctype-ujis.c \
- ctype_autoconf.c \
strto.c strings-x86.s \
longlong2str.c longlong2str-x86.s \
strxmov.c bmove_upp.c strappend.c strcont.c strend.c \
@@ -80,7 +79,7 @@ conf_to_src_LDFLAGS= @NOINST_LDFLAGS@
strtoull.o: @CHARSET_OBJS@
clean-local:
- rm -f ctype_extra_sources.c
+ rm -f ctype_extra_sources.c ctype_autoconf.c
if ASSEMBLER
# On Linux gcc can compile the assembly files