summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-06-28 14:39:20 +0200
committerRichard Levitte <levitte@openssl.org>2017-06-28 14:41:05 +0200
commit3668721d3af2648aaa4c443b9d7a5b0e4bdd200f (patch)
treea5c6a6a4e7350cfeb3274fd7379891a97148fa5d /test
parenta2755b1695e8f58c3b531a53058aba5146ea075b (diff)
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: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3794)
Diffstat (limited to 'test')
-rw-r--r--test/build.info1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/build.info b/test/build.info
index f5d8d40885..f438270b86 100644
--- a/test/build.info
+++ b/test/build.info
@@ -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