提交 3668721d 编写于 作者: R Richard Levitte

Add dependency on apps/progs.h for test/uitest.o

uitest.o depends on apps.h which depends on progs.h, which is
dynamically generated, so we need to explicitely add a dependency
between uitest.o and progs.h for the latter to be generated in time.

Fixed #3793
Reviewed-by: NRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3794)
上级 a2755b16
......@@ -336,6 +336,7 @@ INCLUDE_MAIN___test_libtestutil_OLB = /INCLUDE=MAIN
ENDIF
SOURCE[uitest]=uitest.c ../apps/apps.c ../apps/opt.c
DEPEND[uitest.o]=../apps/progs.h
INCLUDE[uitest]=.. ../include ../apps
DEPEND[uitest]=../libcrypto ../libssl libtestutil.a
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册