summaryrefslogtreecommitdiff
path: root/gnulib-tool
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-09-23 10:13:41 +0200
committerBruno Haible <bruno@clisp.org>2009-09-23 10:13:41 +0200
commite160de6ebb0e153ebdc045721cde684e74fd2af9 (patch)
tree550022954abb20a9aa7d6cdac8e16d616fa042bb /gnulib-tool
parentd34f1e73508874213f8ac588f7a7d6d8f62854c3 (diff)
downloadgnulib-e160de6ebb0e153ebdc045721cde684e74fd2af9.tar.gz
Fix value of uses_subdirs in tests/Makefile.am.
Diffstat (limited to 'gnulib-tool')
-rwxr-xr-xgnulib-tool4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnulib-tool b/gnulib-tool
index a84743197b..60d2578cfc 100755
--- a/gnulib-tool
+++ b/gnulib-tool
@@ -2216,7 +2216,7 @@ func_emit_tests_Makefile_am ()
func_emit_copyright_notice
echo
uses_subdirs=
- (
+ {
for module in $modules; do
if $for_test; then
func_verify_tests_module
@@ -2258,7 +2258,7 @@ func_emit_tests_Makefile_am ()
done
fi
done
- ) > allsnippets.tmp
+ } > allsnippets.tmp
# Generate dependencies here, since it eases the debugging of test failures.
# If there are source files in subdirectories, prevent collision of the
# object files (example: hash.c and libxml/hash.c).