mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-08 13:03:39 +00:00
6dd2e34848
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
7 lines
383 B
Plaintext
7 lines
383 B
Plaintext
Bugfix
|
|
* Fix a build bug : when parallel out-of-box build with cmake, it raise file
|
|
not found error. That's due to same target is included in different sub-
|
|
makefiles. And cmake will call the targets in different forked `make`
|
|
process. As a result, the dependancy will be broken. This fix remove the
|
|
targets in sub-makefiles and create a global target for it.
|