Newer versions of GNU Make have a new function which collides with a
variable we're using; change the name of the variable.
This commit is contained in:
@@ -51,7 +51,7 @@ endef
|
||||
|
||||
# --- Add a raw to the queue
|
||||
|
||||
define file
|
||||
define rawfile
|
||||
$(eval q += $1)
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user