summaryrefslogtreecommitdiff
path: root/t/colon5.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/colon5.sh')
-rw-r--r--t/colon5.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/colon5.sh b/t/colon5.sh
index 9742dac54..02cc73d62 100644
--- a/t/colon5.sh
+++ b/t/colon5.sh
@@ -39,7 +39,7 @@ test-grep:
grep '=GrEp$(empty)Me_am=' Makefile
grep '=GrEp$(empty)Me_dep=' Makefile
test-distcommon:
- echo ' ' $(DIST_COMMON) ' ' | grep '[ /]Makefile.dep '
+ echo ' ' $(am.dist.common-files) ' ' | grep '[ /]Makefile.dep '
test-distdir: distdir
test -f $(distdir)/Makefile.dep
END