Commit 03ed5e99 authored by Richard Levitte's avatar Richard Levitte
Browse files

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: default avatarRich Salz <rsalz@openssl.org>
parent 50e83cdd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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; \