summaryrefslogtreecommitdiff
path: root/t/hdr-vars-defined-once.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/hdr-vars-defined-once.sh')
-rw-r--r--t/hdr-vars-defined-once.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/hdr-vars-defined-once.sh b/t/hdr-vars-defined-once.sh
index fdf0bb76d..4c9d60e98 100644
--- a/t/hdr-vars-defined-once.sh
+++ b/t/hdr-vars-defined-once.sh
@@ -26,7 +26,7 @@ END
cat > Makefile.am << 'END'
include Will_Be_Included_In_Makefile
test-distcommon:
- echo ' ' $(DIST_COMMON) ' ' \
+ echo ' ' $(am.dist.common-files) ' ' \
| grep '[ /]Will_Be_Included_In_Makefile '
END