summaryrefslogtreecommitdiff
path: root/t/yacc-cxx.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/yacc-cxx.sh')
-rw-r--r--t/yacc-cxx.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/yacc-cxx.sh b/t/yacc-cxx.sh
index f3296758d..d1356483a 100644
--- a/t/yacc-cxx.sh
+++ b/t/yacc-cxx.sh
@@ -38,7 +38,7 @@ foo4_YFLAGS = $(foo3_YFLAGS)
.PHONY: echo-distcom
echo-distcom:
- @echo ' ' $(DIST_COMMON) ' '
+ @echo ' ' $(am.dist.common-files) ' '
END
cat > parse1.yy << 'END'
@@ -115,7 +115,7 @@ test -f $distdir/foo4-parse4.cpp
# must either not be distributed, or properly cleaned by automake-generated
# rules. We don't want to set the exact semantics yet, but want to ensure
# they are are consistent.
-yl_distcheck
+$MAKE distcheck
# Make sure that the Yacc-derived C++ sources are erased by
# maintainer-clean, and not by distclean.