Author :
Werner Lemberg
Date :
2023-08-22 12:20:56
Hash :a3f44aad Message :builds/toplevel.mk: Don't use `\#` in functions.
The behaviour changed in GNU make 4.3, where `#` (without the backslash)
would be necessary. Using a variable instead the code works with both older
and newer GNU make versions.
Fixes #1252.