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:
parent
50e83cdde6
commit
03ed5e9906
1 changed files with 1 additions and 1 deletions
|
@ -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; \
|
||||
|
|
Loading…
Reference in a new issue