summaryrefslogtreecommitdiff
path: root/gen-testsuite-part
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-07-30 11:31:28 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-07-30 11:31:28 +0200
commit0e72e0851cc26c5cf322ff991f843f03b6e3fb0c (patch)
tree9ac3966dcb8dbed61e433afca51f4bbab86f8cd4 /gen-testsuite-part
parentde0e2a842be1c7ae4f4ab6ce1f47cc0f8fb4543e (diff)
parente4fbe2ab6dee137d2f4735ca539613bb67411ebb (diff)
downloadautomake-0e72e0851cc26c5cf322ff991f843f03b6e3fb0c.tar.gz
Merge branch 'master' into ng/master
* master: build: fix build in VPATH setup news: fix a couple of minor formatting issues gen-tests: simplify sourcing of helper shell files Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'gen-testsuite-part')
-rwxr-xr-xgen-testsuite-part3
1 files changed, 2 insertions, 1 deletions
diff --git a/gen-testsuite-part b/gen-testsuite-part
index 50f8a7049..da80f8124 100755
--- a/gen-testsuite-part
+++ b/gen-testsuite-part
@@ -359,7 +359,8 @@ foreach my $lt (TRUE, FALSE)
required="@required"
. ./defs || exit 1
plan_ $planned
- . "\$am_testauxdir/depcomp.sh"; exit \$?
+ . depcomp.sh
+ exit \$?
EOF
},
0555);