Commit 3668721d authored by Richard Levitte's avatar Richard Levitte
Browse files

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: default avatarRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3794)
parent a2755b16
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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