Failed to build w90 with git master version of QE.

On Ubuntu 20.04.3 LTS, I tried to build w90 as follows, but failed:

$ git log -1
commit ee54a437ab630be869cd12aa767418303f530e8d (HEAD -> develop, origin/develop, origin/HEAD, hongyi-zhao/develop)
Merge: 98866d877 f35839efb
Author: giannozz <paolo.giannozzi@uniud.it>
Date:   Thu Jan 20 13:25:47 2022 +0000

    Merge branch 'develop' into 'develop'
    
    Enhance the robustness of `install/install_utils` script.
    
    See merge request QEF/q-e!1722


$ module load mkl mpi compiler
$ ./configure --with-scalapack=intel MPIF90=mpiifort
$ make -j44 all
$ make -j44 w90 
test -d bin || mkdir bin
cd install ; make -f extlibs_makefile liblapack
make[1]: Entering directory '/home/werner/q-e/install'
make[1]: Nothing to be done for 'liblapack'.
make[1]: Leaving directory '/home/werner/q-e/install'
( cd install ; make -f plugins_makefile w90 || exit 1 )
make[1]: Entering directory '/home/werner/q-e/install'
cd ../W90 ; \
if (test -e ../install/make_wannier90.inc) || (test -d ../W90); then \
(cp ../install/make_wannier90.inc ../W90/make.inc); fi 
/bin/sh: 1: Syntax error: end of file unexpected (expecting ")")
make[1]: *** [plugins_makefile:94: uncompress-w90] Error 2
make[1]: *** Waiting for unfinished jobs....
/bin/sh: 1: cd: can't cd to ../W90
cp: cannot create regular file '../W90/make.inc': No such file or directory
make[1]: *** [plugins_makefile:98: configure-w90] Error 1
make[1]: Leaving directory '/home/werner/q-e/install'
make: *** [Makefile:239: w90] Error 1

Any hints for this problem?

Regards, HZ