Makefile.am:

Remove soft links before creating source TAR, to avoid file copies (bug#11865)


Makefile.am:
  Remove soft links before creating source TAR, to avoid file copies (bug#11865)
This commit is contained in:
unknown 2006-11-29 20:22:58 +01:00
parent d765ed0c37
commit 3b1abddb25

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