# HG changeset patch # User Sam Lantinga # Date 1147851514 0 # Node ID 3c5eed71a3320962551af3b3dfbee0c99fcf0086 # Parent 845bcffc0dd8ceb547c8b7b07a6792177008ca0b Clean out the tests before creating distribution archive diff -r 845bcffc0dd8 -r 3c5eed71a332 Makefile.in --- a/Makefile.in Wed May 17 06:09:27 2006 +0000 +++ b/Makefile.in Wed May 17 07:38:34 2006 +0000 @@ -158,6 +158,7 @@ -name '*.orig' -o \ -name '.#*' \) \ -exec rm -f {} \; + if test -f $(distdir)/test/Makefile; then (cd $(distdir)/test && make distclean); fi tar cvf - $(distdir) | gzip --best >$(distfile) rm -rf $(distdir)