mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-07-28 23:07:48 +00:00
Fix dependencies in programs/Makefile
Make fuzz depend on MBEDLIBS to avoid multiple instances for generation the library files. Signed-off-by: Pengyu Lv <[email protected]>
This commit is contained in:
committed by
Gilles Peskine
parent
b902851840
commit
0502ba15b1
+1
-1
@@ -125,7 +125,7 @@ SSL_OPT_APPS += test/query_compile_time_config test/udp_proxy
|
||||
ssl-opt: $(patsubst %,%$(EXEXT),$(SSL_OPT_APPS))
|
||||
.PHONY: ssl-opt
|
||||
|
||||
fuzz: ${MBEDTLS_TEST_OBJS}
|
||||
fuzz: ${MBEDLIBS} ${MBEDTLS_TEST_OBJS}
|
||||
$(MAKE) -C fuzz
|
||||
|
||||
${MBEDTLS_TEST_OBJS}:
|
||||
|
||||
Reference in New Issue
Block a user