diff options
author | unknown <monty@donna.mysql.com> | 2000-08-30 18:19:34 +0300 |
---|---|---|
committer | unknown <monty@donna.mysql.com> | 2000-08-30 18:19:34 +0300 |
commit | 164db0818d9189c0f561326e58bf64e9ee6c7a40 (patch) | |
tree | 4717082f93fe4ff841c6bc82dfa613ee64625ca1 /strings | |
parent | 47665f7dda7721d411895b6a9e8f43a9109926be (diff) | |
download | mariadb-git-164db0818d9189c0f561326e58bf64e9ee6c7a40.tar.gz |
Fixes to get 3.23.23 to compile
include/global.h:
Fix for Ia64
strings/Makefile.am:
Fix to get dist 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@ > \ |