Nico Huber has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/38790 )
Change subject: Makefile.inc: Adapt $(spc) definition, gmake 4.3 is picky ......................................................................
Makefile.inc: Adapt $(spc) definition, gmake 4.3 is picky
The old definition worked for nearly 8 years, RIP.
Change-Id: I7981e0066b550251ae4a98d7b50e83049fc5586a Signed-off-by: Nico Huber nico.h@gmx.de --- M Makefile.inc 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/90/38790/1
diff --git a/Makefile.inc b/Makefile.inc index 4ca173b..7b4dcb3 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -159,7 +159,7 @@ ####################################################################### # Helper functions for ramstage postprocess spc := -spc += +spc := $(spc) $(spc) comma := ,
# Returns all files and dirs below `dir` (recursively).