diff options
author | monty@hundin.mysql.fi <> | 2002-08-06 22:20:11 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-08-06 22:20:11 +0300 |
commit | 5fadf19295e31a0332de4f1ed3362ba1ce51e4ab (patch) | |
tree | c1cde424f5333f37da341972b63a2e9c323f4f39 /strings/Makefile.am | |
parent | 842e8fca83d85e5a5cc6a1f75b3c61ecca9e3130 (diff) | |
download | mariadb-git-5fadf19295e31a0332de4f1ed3362ba1ce51e4ab.tar.gz |
Fixed problem with make distcheck
Fixed bug in automatic repair of MyISAM tables where table cache was not locked properly
Diffstat (limited to 'strings/Makefile.am')
-rw-r--r-- | strings/Makefile.am | 3 |
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 |