summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-07-01 10:14:23 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-07-01 10:14:23 +0200
commitca9b4d336a67bd0c1a6c66008ae3038f03b52872 (patch)
treefeafbaa7b3a8d769ee480af4f26618e379e43dac /Makefile.am
parent5fb73b05d111bc3da4d16007a2b1a6aee8e49198 (diff)
parent167f68f488bd448dcbb133eb694f0092e241af22 (diff)
downloadautomake-ca9b4d336a67bd0c1a6c66008ae3038f03b52872.tar.gz
Merge branch 'maint'
* maint: parallel-tests: silence an overly verbose recipe tests: fix some uses of 'Exit', where 'exit' should now be used instead maintcheck: test scripts should be executable, check for that
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 9e5512e41..3ee0777ae 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -607,11 +607,6 @@ ChangeLog: am--changelog-regen-hook
exit 1; \
fi
-# Ensure tests are world-executable.
-# FIXME: this should be turned into a maintainer check...
-dist-hook:
- $(am__cd) $(distdir)/t && chmod a+rx *.sh *.tap
-
## --------------------------- ##
## Perl coverage statistics. ##