summaryrefslogtreecommitdiff
path: root/t/depend4.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/depend4.sh')
-rw-r--r--t/depend4.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/depend4.sh b/t/depend4.sh
index 00dba8310..7f5c892f8 100644
--- a/t/depend4.sh
+++ b/t/depend4.sh
@@ -30,7 +30,7 @@ for header in one.h two.h three.h four.h five.h six.h; do
fred_SOURCES = fred1.c $headers
END
$AUTOMAKE
- test 1 -eq $(grep -c '^@AMDEP_TRUE@@am__include@' Makefile.in)
+ test 1 -eq $(grep -c '^@AMDEP_TRUE@-include' Makefile.in)
done
: