Makefile.am:

  Remove soft links before creating source TAR, to avoid file copies (bug#11865)
parent 343e7795
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment