summaryrefslogtreecommitdiff
path: root/t/yacc-d-basic.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/yacc-d-basic.sh')
-rw-r--r--t/yacc-d-basic.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/yacc-d-basic.sh b/t/yacc-d-basic.sh
index 7232d7f25..b49c5982d 100644
--- a/t/yacc-d-basic.sh
+++ b/t/yacc-d-basic.sh
@@ -39,7 +39,7 @@ bin_PROGRAMS = zardoz
zardoz_SOURCES = parse.y main.c
.PHONY: echo-distcom
echo-distcom:
- @echo ' ' $(DIST_COMMON) ' '
+ @echo ' ' $(am.dist.common-files) ' '
END
cp foo/Makefile.am bar/Makefile.am
cp foo/Makefile.am baz/Makefile.am
@@ -146,7 +146,7 @@ for i in $generated; do
done
# Sanity check the distribution.
-yl_distcheck
+$MAKE distcheck
# While we are at it, make sure that 'parse.c' and 'parse.h' are erased
# by maintainer-clean, and not by distclean.