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 <rsalz@openssl.org>
This commit is contained in:
Richard Levitte 2016-02-10 19:18:33 +01:00
parent 50e83cdde6
commit 03ed5e9906

View file

@ -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; \