tools/Makefile: Fix build of QEMU, remove --source-path
authorAnthony PERARD <anthony.perard@citrix.com>
Thu, 2 May 2019 16:25:50 +0000 (17:25 +0100)
committerWei Liu <wei.liu2@citrix.com>
Mon, 13 May 2019 10:29:44 +0000 (11:29 +0100)
commiteaee8499775d0bb36f6266889084f060d72857db
tree81891f073fa836a038c8c5369ec3b04ab34c4737
parent569e848a488563555578fd5d89cb5739ba62e765
tools/Makefile: Fix build of QEMU, remove --source-path

Following QEMU's commit 79d77bcd36 (configure: Remove --source-path
option), Xen's build system fails to build qemu-xen. The --source-path
option gives redundant information about the location of the sources
so simply remove it. (configure already looks at its $0 to find the
source-path.)

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/Makefile