Re: [PATCH] fix build with make 3.81

2020-09-04 Thread Ian Jackson
Juergen Gross writes ("[PATCH] fix build with make 3.81"): > make 3.81 doesn't support multiline variables defined with > > define var = > ... > endef Reviewed-by: Ian Jackson And commited, thanks. Ian.

[PATCH] fix build with make 3.81

2020-09-01 Thread Juergen Gross
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