Makefile: correct make 4.3+ workaround for 2019.02.x
Commit bdb4a9e110b67ebe3336a (Makefile: work around a bug in newly released
make 4.3) backported a fix from master, but it doesn't work on 2019.02.x as
the br2-external file is called .br-external.mk, not .br2-external.mk.
Adjust the workaround to match.
Reported-by: Mircea GLIGA <mgliga@bitdefender.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>