Makefile.am:

Remove soft links before creating source TAR, to avoid file copies (bug#11865)
This commit is contained in:
kent@mysql.com/kent-amd64.(none) 2006-11-29 20:22:58 +01:00
parent 343e779571
commit 3643b3689f

View File

@ -91,6 +91,7 @@ bin-dist: all
# Remove BK's "SCCS" subdirectories from source distribution
dist-hook:
rm -rf `find $(distdir) -type d -name SCCS -print`
rm -f `find $(distdir) -type l -print`
tags:
support-files/build-tags