diff options
author | kent@mysql.com <> | 2005-11-19 11:20:52 +0100 |
---|---|---|
committer | kent@mysql.com <> | 2005-11-19 11:20:52 +0100 |
commit | bcdd552d6eb5f594105a8b7677e2173326dc0401 (patch) | |
tree | 72e512a15fa352244220469442c3b8e3c2b1b59f /sql/share | |
parent | 86f1896fb0095e58e07afb3ee62a2e9394ab3579 (diff) | |
parent | b269caecb12b6b7da093f6924e5a7326cc1b75e9 (diff) | |
download | mariadb-git-bcdd552d6eb5f594105a8b7677e2173326dc0401.tar.gz |
Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/Users/kent/mysql/bk/mysql-5.0-distcheck
Diffstat (limited to 'sql/share')
-rw-r--r-- | sql/share/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/share/Makefile.am b/sql/share/Makefile.am index 2e23027f1f5..6d905ba35dc 100644 --- a/sql/share/Makefile.am +++ b/sql/share/Makefile.am @@ -49,5 +49,15 @@ install-data-local: $(INSTALL_DATA) $(srcdir)/charsets/README $(DESTDIR)$(pkgdatadir)/charsets/README $(INSTALL_DATA) $(srcdir)/charsets/*.xml $(DESTDIR)$(pkgdatadir)/charsets +# FIXME maybe shouldn't remove, could be needed by other installation? +uninstall-local: + @RM@ -f -r $(DESTDIR)$(pkgdatadir) + +distclean-local: + @RM@ -f */errmsg.sys + +# Do nothing +link_sources: + # Don't update the files from bitkeeper %::SCCS/s.% |