Double quotes are not interpreted by make, which meant that the variable CMREL_KEY was set to '""' and was never empty, which means the $(error ...) block was never interpreted. Signed-off-by: Maël Valais <mael@vls.dev>