diff options
author | unknown <bar@bar.mysql.r18.ru> | 2002-08-13 19:13:23 +0500 |
---|---|---|
committer | unknown <bar@bar.mysql.r18.ru> | 2002-08-13 19:13:23 +0500 |
commit | 9d0e328f7ac033bd37899ad667c2b69eed3793fe (patch) | |
tree | 20fff725981ba8f8eb5fba0685c188dc00e42b64 /strings | |
parent | 70498de92906b82d6fa992e2418833f2b4037cff (diff) | |
download | mariadb-git-9d0e328f7ac033bd37899ad667c2b69eed3793fe.tar.gz |
"make clean" problem fix
strings/Makefile.am:
"make clean" should not remove this file, it is generayed by "configure".
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
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 |