diff options
author | kent@mysql.com/kent-amd64.(none) <> | 2006-11-29 20:24:41 +0100 |
---|---|---|
committer | kent@mysql.com/kent-amd64.(none) <> | 2006-11-29 20:24:41 +0100 |
commit | cae575a39092441c1ddf93c447e5aa045cb48023 (patch) | |
tree | e68739224f1ce948a5e4807a0c6eff2b408d3ec9 /Makefile.am | |
parent | c048bf11ab07809b5898224e110d3350561da0fe (diff) | |
parent | 3643b3689f8a12bcfa95a9cd86ddd17683b3f4b9 (diff) | |
download | mariadb-git-cae575a39092441c1ddf93c447e5aa045cb48023.tar.gz |
Merge mysql.com:/home/kent/bk/mysql-4.1-build
into mysql.com:/home/kent/bk/mysql-5.0-build
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a3c3c2c08a0..9752075fe78 100644 --- a/Makefile.am +++ b/Makefile.am @@ -92,6 +92,7 @@ bin-dist: all # Create initial database files for Windows installations. dist-hook: rm -rf `find $(distdir) -type d -name SCCS -print` + rm -f `find $(distdir) -type l -print` if echo "$(distdir)" | grep -q '^/' ; then \ mkdir -p "$(distdir)/win" ; \ scripts/mysql_install_db --no-defaults --windows \ |