tools: fix Rules.mk library make variables
authorJuergen Gross <jgross@suse.com>
Fri, 29 May 2020 10:29:53 +0000 (11:29 +0100)
committerIan Jackson <ian.jackson@eu.citrix.com>
Fri, 29 May 2020 15:51:29 +0000 (16:51 +0100)
commit669d48afc4ec2215ea82e7174bf77aa8503ea20b
treef2c5b40c67aaa9c1767c74db630324db94bfb90c
parentbeb164ea11da62237d723af098f9371f35fe0323
tools: fix Rules.mk library make variables

Both SHDEPS_libxendevicemodel and SHDEPS_libxenhypfs have a bug by
adding $(SHLIB_xencall) instead of $(SHLIB_libxencall).

The former seems not to have any negative impact, probably because
it is not used anywhere in Xen without the correct $(SHLIB_libxencall)
being used, too.

Fixes: 86234eafb95295 ("libs: add libxenhypfs")
Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Juergen Gross <jgross@suse.com>
tools/Rules.mk