summaryrefslogtreecommitdiff
path: root/t/lex-noyywrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/lex-noyywrap.sh')
-rw-r--r--t/lex-noyywrap.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/t/lex-noyywrap.sh b/t/lex-noyywrap.sh
index 7ac9ba904..680bbe76d 100644
--- a/t/lex-noyywrap.sh
+++ b/t/lex-noyywrap.sh
@@ -69,8 +69,7 @@ if ! cross_compiling; then
: For shells with busted 'set -e'.
fi
-# Sanity check on distribution. Escape in LEXLIB must use backspace,
-# not double-quotes, to avoid a spurious failure with AIX make.
-yl_distcheck DISTCHECK_CONFIGURE_FLAGS='LEXLIB=none\ needed'
+# Sanity check on distribution.
+$MAKE distcheck DISTCHECK_CONFIGURE_FLAGS='LEXLIB="none needed"'
: