fix build with make 3.81
authorJuergen Gross <jgross@suse.com>
Tue, 1 Sep 2020 11:58:16 +0000 (13:58 +0200)
committerIan Jackson <ian.jackson@eu.citrix.com>
Fri, 4 Sep 2020 11:15:54 +0000 (12:15 +0100)
commitfc4b1cbd8d8d22c80dd8f2fc744287ab7c89c912
tree3635cc0fb5e207f971e170f52a56bae888c51bf1
parent2c8fabb2232d34d6d20a9ce6989e2e6cbee07d52
fix build with make 3.81

make 3.81 doesn't support multiline variables defined with

 define var =
 ...
 endef

Dropping the "=" in the first line will fix the issue.

Fixes: ded08cdfa72bb ("tools: generate most contents of library make variables")
Fixes: ddb2934a914df ("stubdom: add correct dependencies for Xen libraries")
Reported-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Ian Jackson <ian.jackson@eu.citrix.com>
stubdom/Makefile
tools/Rules.mk