summaryrefslogtreecommitdiff
path: root/strings
diff options
context:
space:
mode:
authorunknown <konstantin@mysql.com>2005-01-18 17:26:04 +0300
committerunknown <konstantin@mysql.com>2005-01-18 17:26:04 +0300
commitf3dbca5c738f061734cace5cab866c86bb34d3a9 (patch)
tree14b0fefd012f40431480d5310453e4df478456b7 /strings
parent9ab94d6ca628851e01d022d53501a490048f0281 (diff)
downloadmariadb-git-f3dbca5c738f061734cace5cab866c86bb34d3a9.tar.gz
Cleanups in Makefile.ams
client/Makefile.am: Remove explicit _DEPENDENCIES, they are not needed with automatic dependency tracking wich we started using several months ago. Don't use relative paths in makefiles. regex/Makefile.am: Remove explicit _DEPENDENCIES, they are not needed with automatic dependency tracking wich we started using several months ago. Don't use relative paths. strings/Makefile.am: Remove dead rule.
Diffstat (limited to 'strings')
-rw-r--r--strings/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/strings/Makefile.am b/strings/Makefile.am
index d17a4f598a6..83f935a3fd2 100644
--- a/strings/Makefile.am
+++ b/strings/Makefile.am
@@ -40,7 +40,6 @@ endif
libmystrings_a_SOURCES = $(ASRCS) $(CSRCS)
noinst_PROGRAMS = conf_to_src
-DISTCLEANFILES = ctype_autoconf.c
# Default charset definitions
EXTRA_DIST = ctype-big5.c ctype-czech.c ctype-euc_kr.c ctype-win1250ch.c \
ctype-gb2312.c ctype-gbk.c ctype-sjis.c ctype-utf8.c \