mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-23 00:35:34 +00:00
rules.mak: Add COMMA constant
Using "," literal in $(call quiet-command, ...) arguments is awkward. Add this constant to make it at least doable. Backports commit 2f4e4dc237261c76734d8ae1d8e09d2983d2f1ca from qemu
This commit is contained in:
parent
8df5ad80b1
commit
495c39300c
|
@ -1,4 +1,6 @@
|
|||
|
||||
COMMA := ,
|
||||
|
||||
# Don't use implicit rules or variables
|
||||
# we have explicit rules for everything
|
||||
MAKEFLAGS += -rR
|
||||
|
|
Loading…
Reference in a new issue