diff options
author | jani@a193-229-222-105.elisa-laajakaista.fi <> | 2005-11-23 14:57:00 +0200 |
---|---|---|
committer | jani@a193-229-222-105.elisa-laajakaista.fi <> | 2005-11-23 14:57:00 +0200 |
commit | 5273071265c894d3f4b01763955ac190ae855750 (patch) | |
tree | ee73c0781d75c64d0c74007e2d2a68f9de4b9a29 /sql/share/Makefile.am | |
parent | 35735cfefa15d36f100e790b570dd548230a58e8 (diff) | |
parent | 1343975dda2e5dc3f8dac4217a0b63b6db9812d6 (diff) | |
download | mariadb-git-5273071265c894d3f4b01763955ac190ae855750.tar.gz |
Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.0
into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-new
Diffstat (limited to 'sql/share/Makefile.am')
-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.% |