summaryrefslogtreecommitdiff
path: root/strings
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2000-07-31 18:09:06 -0600
committerunknown <sasha@mysql.sashanet.com>2000-07-31 18:09:06 -0600
commit6c799543bccdc1e80df95b67f04d6e8dd67cd891 (patch)
treebc08b5a4f0f25067a691818b1ec689601cf2f1ff /strings
parent2e94af465deb4af39c7a2a6330fd49f3254b5daa (diff)
downloadmariadb-git-6c799543bccdc1e80df95b67f04d6e8dd67cd891.tar.gz
Makefile needed an action for a the dummpy rule to avoid the default action
assumed by GNU Make ( get ctype.c), which conflicted with bitkeeper strings/Makefile.am: Added a dummy action for ctype.c rule BitKeeper/etc/logging_ok: ***MISSING WEAVE***
Diffstat (limited to 'strings')
-rw-r--r--strings/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/strings/Makefile.am b/strings/Makefile.am
index 0c71356823c..fc305e340a4 100644
--- a/strings/Makefile.am
+++ b/strings/Makefile.am
@@ -65,6 +65,9 @@ OMIT_DEPENDENCIES = pthread.h stdio.h __stdio.h stdlib.h __stdlib.h math.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_extra_sources.c: conf_to_src
./conf_to_src $(top_srcdir) @CHARSETS_NEED_SOURCE@ > \
$(srcdir)/ctype_extra_sources.c