commit | 6272eb658c1b58a696f4f06b855fa9c506d8e9d1 | [log] [tgz] |
---|---|---|
author | Nico Huber <nico.h@gmx.de> | Thu Mar 16 22:59:50 2023 +0000 |
committer | Nico Huber <nico.h@gmx.de> | Sat Mar 18 13:21:47 2023 +0000 |
tree | fefb73e45a0df65d879c009d7b9f6115d6c47676 | |
parent | 59848a94cfc19e626239b934fecf40243d1279ad [diff] |
Makefile.include: Add line continuations between $(eval) calls Older GNU Make versions (e.g. v4.1) don't like the `mark_missing_deps` macro without line continuations. Probably because the lines are tech- nically empty after evaluation. Change-Id: I790c21999b2fc9c698f6bf9302f670470fe1bab8 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/flashrom-stable/+/73749 Tested-by: build bot (Jenkins) <no-reply@coreboot.org>