mirror of
https://github.com/qemu/qemu.git
synced 2024-12-05 01:33:41 +08:00
73594998f7
We do not want a shell command substitution, but a parameter
substitution (with assignment). Replace $() -> ${}, otherwise
the expanded command return an empty string and the $cross_cc
variable is not set.
Fixes:
|
||
---|---|---|
.. | ||
Makefile.target |