summaryrefslogtreecommitdiff
path: root/t/remake-subdir-grepping.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/remake-subdir-grepping.sh')
-rw-r--r--t/remake-subdir-grepping.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/t/remake-subdir-grepping.sh b/t/remake-subdir-grepping.sh
index a50844f16..67269c968 100644
--- a/t/remake-subdir-grepping.sh
+++ b/t/remake-subdir-grepping.sh
@@ -33,7 +33,10 @@ mkdir sub
$ACLOCAL
$AUTOMAKE
-grep '^Makefile' sub/Makefile.in
+grep -i makefile sub/Makefile.in # For debugging.
+grep '^am\.relpath\.makefile = Makefile$' sub/Makefile.in
+grep '^am\.relpath\.makefile\.in = \$(srcdir)/Makefile\.in$' sub/Makefile.in
+grep '^am\.relpath\.makefile\.am = \$(srcdir)/Makefile\.am$' sub/Makefile.in
grep '\$(AUTOMAKE).* sub/Makefile' sub/Makefile.in
: