summaryrefslogtreecommitdiff
path: root/t/subobj11a.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/subobj11a.sh')
-rw-r--r--t/subobj11a.sh10
1 files changed, 2 insertions, 8 deletions
diff --git a/t/subobj11a.sh b/t/subobj11a.sh
index 6b8f2d983..06a0c14e9 100644
--- a/t/subobj11a.sh
+++ b/t/subobj11a.sh
@@ -56,14 +56,8 @@ $AUTOMAKE -a
./configure --enable-dependency-tracking
-depdir=$(sed -n 's/^ *DEPDIR *= *//p' Makefile)
-if test x"$depdir" != x; then
- depdir=src/$depdir
-else
- echo "$me: cannot extract value of DEPDIR from Makefile" >&2
- exit 1
-fi
-
+$MAKE
+depdir=src/.deps
ls -l "$depdir"
test -f "$depdir"/foo.Po