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
commit56175cb0105f98a1008067a385f3b5eafb22cc70 (patch)
treec1cde424f5333f37da341972b63a2e9c323f4f39 /strings
parent0c7a955551df7bb39c133ffd7ad2fc25694c15db (diff)
downloadmariadb-git-56175cb0105f98a1008067a385f3b5eafb22cc70.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