summaryrefslogtreecommitdiff
path: root/t/pr2.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/pr2.sh')
-rw-r--r--t/pr2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/pr2.sh b/t/pr2.sh
index dd4302024..dc4204132 100644
--- a/t/pr2.sh
+++ b/t/pr2.sh
@@ -22,7 +22,7 @@
# like the following (among the Makefiles)
# README.foo:templ/README.foo.in
# the generated dist target in the Makefile.in fails,
-# because DIST_COMMON will contain templ/README.foo.in
+# because am.dist.common-files will contain templ/README.foo.in
# and the dist target will try to copy templ/README.foo.in
# to the distribution directory before it creates a templ
# subdirectory in the distribution directory.