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, 3 insertions, 2 deletions
diff --git a/t/lex-noyywrap.sh b/t/lex-noyywrap.sh
index 4fe85e52b..750f322b1 100644
--- a/t/lex-noyywrap.sh
+++ b/t/lex-noyywrap.sh
@@ -69,7 +69,8 @@ if ! cross_compiling; then
: For shells with busted 'set -e'.
fi
-# Sanity check on distribution.
-yl_distcheck DISTCHECK_CONFIGURE_FLAGS='LEXLIB="none needed"'
+# 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'
: