summaryrefslogtreecommitdiff
path: root/t/yacc-bison-skeleton.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/yacc-bison-skeleton.sh')
-rw-r--r--t/yacc-bison-skeleton.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/yacc-bison-skeleton.sh b/t/yacc-bison-skeleton.sh
index 4f8235e21..eb24941f9 100644
--- a/t/yacc-bison-skeleton.sh
+++ b/t/yacc-bison-skeleton.sh
@@ -72,6 +72,6 @@ $MAKE
# Check that distribution is self-contained, and do not require
# bison to be built.
-yl_distcheck YACC=false DISTCHECK_CONFIGURE_FLAGS='YACC=false'
+$MAKE YACC=false DISTCHECK_CONFIGURE_FLAGS='YACC=false' distcheck
: