diff options
author | msvensson@neptunus.(none) <> | 2006-12-04 19:06:42 +0100 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2006-12-04 19:06:42 +0100 |
commit | 33c248eee586113be632d0ccafc0721c4a21a2c3 (patch) | |
tree | d1ad41db4406b4986f9f3b7475df088707a265be /Makefile.am | |
parent | a9f4f4ed11e604f53bb79a0ee327624852813875 (diff) | |
parent | e6a2d1842194c539271e8fe1095b000607aedb0c (diff) | |
download | mariadb-git-33c248eee586113be632d0ccafc0721c4a21a2c3.tar.gz |
Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1
into neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
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 19d7678e611..36175ce55e4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 |