From: Stefano Lattarini Date: Sat, 18 May 2013 22:09:30 +0000 (+0200) Subject: tests: fix a spurious failure with FreeBSD make X-Git-Tag: v1.13b~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=478740deb00d19000ddbcd8a21789f1d65bd2c54;p=thirdparty%2Fautomake.git tests: fix a spurious failure with FreeBSD make Failures due to known VPATH support issues in that make implementation (the same issues that have been causing the long-standing bug#7884). * t/lex-multiple.sh: Adjust. Signed-off-by: Stefano Lattarini --- diff --git a/t/lex-multiple.sh b/t/lex-multiple.sh index 7383eaf2d..e804bb229 100644 --- a/t/lex-multiple.sh +++ b/t/lex-multiple.sh @@ -102,6 +102,6 @@ if ! cross_compiling; then : For shells with busted 'set -e'. fi -$MAKE distcheck +yl_distcheck :