From: Richard Levitte Date: Wed, 10 Feb 2016 18:18:33 +0000 (+0100) Subject: We need the linked utils after a full build. X-Git-Tag: OpenSSL_1_1_0-pre3~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03ed5e990668a57836d599d2093e762813058362;p=openssl We need the linked utils after a full build. We really needs a better util/shlib_wrap.sh, but will have to do for now. Reviewed-by: Rich Salz --- diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl index 1db92a8c00..c649d3d3c8 100644 --- a/Configurations/unix-Makefile.tmpl +++ b/Configurations/unix-Makefile.tmpl @@ -142,7 +142,7 @@ PROCESSOR= {- $config{processor} -} # The main targets ################################################### -all: Makefile libcrypto.pc libssl.pc openssl.pc $(ENGINES) $(PROGRAMS) $(SCRIPTS) $(TESTPROGS) +all: Makefile libcrypto.pc libssl.pc openssl.pc $(ENGINES) $(PROGRAMS) $(SCRIPTS) $(TESTPROGS) link-utils test tests: $(TESTPROGS) rehash ( cd test; \