Re: [PATCH] tools/build: avoid $(file ...) directive in Makefile

2020-09-14 Thread Wei Liu
On Sat, Sep 12, 2020 at 10:49:13AM +0200, Juergen Gross wrote: > Using $(file ...) breaks the build with make older than version 4.0. > Replace it with echo. > > Fixes: 52dbd6f07cea7a ("tools: generate pkg-config files from make variables") > Signed-off-by: Juergen Gross This patch is superseded

[PATCH] tools/build: avoid $(file ...) directive in Makefile

2020-09-12 Thread Juergen Gross
Using $(file ...) breaks the build with make older than version 4.0. Replace it with echo. Fixes: 52dbd6f07cea7a ("tools: generate pkg-config files from make variables") Signed-off-by: Juergen Gross --- tools/Rules.mk | 48 1 file changed, 24 inse