Avoid another use of `chmod -R'.
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 30 Mar 2010 15:12:27 +0000 (17:12 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 30 Mar 2010 18:59:49 +0000 (20:59 +0200)
commit8ff479ac3e3dd7f79d72088e8dceeec16c75240e
treefa5e66c44658406da888a64723af08a8e9af307c
parentebd30f30a5456b138e7f1f1c4806228ead13cd1c
Avoid another use of `chmod -R'.

* Makefile.am (path-check): To be safe, do not use `chmod -R' on
$(distdir) before removing it (as Solaris `chmod -R' touches
symlink targets).  Instead, use the cleanup strategy used in
distdir.am (which is also employed in tests/defs.in).
ChangeLog
Makefile.am
Makefile.in