tests: fix a spurious failure with FreeBSD make
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 18 May 2013 22:09:30 +0000 (00:09 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 18 May 2013 22:14:58 +0000 (00:14 +0200)
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 <stefano.lattarini@gmail.com>
t/lex-multiple.sh

index 7383eaf..e804bb2 100644 (file)
@@ -102,6 +102,6 @@ if ! cross_compiling; then
   : For shells with busted 'set -e'.
 fi
 
-$MAKE distcheck
+yl_distcheck
 
 :