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:
Pengyu Lv
2025-12-04 16:56:21 +01:00
committed by Gilles Peskine
parent b902851840
commit 0502ba15b1
+1 -1
View File
@@ -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}: