diff options
author | bar@bar.mysql.r18.ru <> | 2002-08-13 19:13:23 +0500 |
---|---|---|
committer | bar@bar.mysql.r18.ru <> | 2002-08-13 19:13:23 +0500 |
commit | 9dd576c3f84dd6becc52ed5f2be0d1e448ff72b6 (patch) | |
tree | 20fff725981ba8f8eb5fba0685c188dc00e42b64 /strings | |
parent | 0a077d74bd46b78d736e10f58aef619b1d8857ef (diff) | |
download | mariadb-git-9dd576c3f84dd6becc52ed5f2be0d1e448ff72b6.tar.gz |
"make clean" problem fix
Diffstat (limited to 'strings')
-rw-r--r-- | strings/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/Makefile.am b/strings/Makefile.am index ca3188db1a4..a3a58565bbd 100644 --- a/strings/Makefile.am +++ b/strings/Makefile.am @@ -79,7 +79,7 @@ conf_to_src_LDFLAGS= @NOINST_LDFLAGS@ strtoull.o: @CHARSET_OBJS@ clean-local: - rm -f ctype_extra_sources.c ctype_autoconf.c + rm -f ctype_extra_sources.c if ASSEMBLER # On Linux gcc can compile the assembly files |