summaryrefslogtreecommitdiff
path: root/t/lex-depend-grep.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/lex-depend-grep.sh')
-rw-r--r--t/lex-depend-grep.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lex-depend-grep.sh b/t/lex-depend-grep.sh
index dedea2d31..70e5cb8d2 100644
--- a/t/lex-depend-grep.sh
+++ b/t/lex-depend-grep.sh
@@ -40,7 +40,7 @@ $AUTOMAKE -a
$EGREP '([mj]oe|_[01234]|include|\.P)' Makefile.in # For debugging.
for x in joe moe _0 _1 _2 _3 _4; do
- grep "include.*$x\.Po" Makefile.in
+ $EGREP '\$\(DEPDIR\)/'"$x"'\.Po( |$)' Makefile.in
done
: