mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
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
@ -142,7 +142,7 @@ PROCESSOR= {- $config{processor} -}
|
|||||||
|
|
||||||
# The main targets ###################################################
|
# 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
|
test tests: $(TESTPROGS) rehash
|
||||||
( cd test; \
|
( cd test; \
|
||||||
|
Loading…
Reference in New Issue
Block a user