summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-05-23 15:18:11 +0200
committerLudovic Courtès <ludo@gnu.org>2012-05-23 15:18:11 +0200
commita3467025d9195948dd5af2a775767bff619c7778 (patch)
treeffc8923d55b0e6ac6c1313ff49189477ba79056f
parent2ce4a1ae88dca60bcc7a2b5eb0e75eb5ba021e57 (diff)
downloadguile-a3467025d9195948dd5af2a775767bff619c7778.tar.gz
Remove unnecessary `chmod' in `test-suite/standalone'.
* test-suite/standalone/Makefile.am (all-local): Remove.
-rw-r--r--test-suite/standalone/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/test-suite/standalone/Makefile.am b/test-suite/standalone/Makefile.am
index 058ce9349..d6dc782d3 100644
--- a/test-suite/standalone/Makefile.am
+++ b/test-suite/standalone/Makefile.am
@@ -153,7 +153,4 @@ EXTRA_DIST += test-with-guile-module.c test-scm-with-guile.c
endif
-all-local:
- cd ${srcdir} && chmod u+x ${check_SCRIPTS}
-
EXTRA_DIST += ${check_SCRIPTS}