changeset 1848 | 3c5eed71a332 |
parent 1846 | 699eaff87cbb |
child 1865 | d688ac43a76b |
--- 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)