diff options
author | unknown <konstantin@mysql.com> | 2005-01-18 17:26:04 +0300 |
---|---|---|
committer | unknown <konstantin@mysql.com> | 2005-01-18 17:26:04 +0300 |
commit | e46d235a08a35bdd5536b4b2b99ed3a5b6910cdf (patch) | |
tree | 14b0fefd012f40431480d5310453e4df478456b7 /strings/Makefile.am | |
parent | cd89ed9ab6ae511581471b1aaa640fadc3819f63 (diff) | |
download | mariadb-git-e46d235a08a35bdd5536b4b2b99ed3a5b6910cdf.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/Makefile.am')
-rw-r--r-- | strings/Makefile.am | 1 |
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 \ |