diff options
author | monty@donna.mysql.com <> | 2000-08-30 18:19:34 +0300 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-08-30 18:19:34 +0300 |
commit | 74ebbd6cbd04f64b66a6bd805ccda1de81b75ab7 (patch) | |
tree | 4717082f93fe4ff841c6bc82dfa613ee64625ca1 /strings | |
parent | 88e811a1e0199d29161c3148c3f48062f1e5c663 (diff) | |
download | mariadb-git-74ebbd6cbd04f64b66a6bd805ccda1de81b75ab7.tar.gz |
Fixes to get 3.23.23 to compile
Diffstat (limited to 'strings')
-rw-r--r-- | strings/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/strings/Makefile.am b/strings/Makefile.am index fac662b8789..658ea8a2a6d 100644 --- a/strings/Makefile.am +++ b/strings/Makefile.am @@ -64,9 +64,7 @@ OMIT_DEPENDENCIES = pthread.h stdio.h __stdio.h stdlib.h __stdlib.h math.h\ cdefs.h machdep.h signal.h __signal.h util.h libmystrings_a_LIBADD= @CHARSET_OBJS@ -ctype.c: ctype_extra_sources.c -#we need a dummy rule to make GNUMake get along with bitkeeper - echo '' >/dev/null +ctype.o: ctype_extra_sources.c ctype_extra_sources.c: conf_to_src ./conf_to_src $(top_srcdir) @CHARSETS_NEED_SOURCE@ > \ |