mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
Don't run rehash as part of building the openssl app
Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
parent
7c31419693
commit
e798664726
@ -145,7 +145,6 @@ $(EXE): progs.h $(EXE_OBJ) $(DLIBCRYPTO) $(DLIBSSL)
|
||||
APPNAME=$(EXE) OBJECTS="$(EXE_OBJ)" \
|
||||
LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \
|
||||
link_app.$${shlib_target}
|
||||
@(cd ..; $(MAKE) rehash)
|
||||
|
||||
progs.h: progs.pl Makefile
|
||||
$(RM) progs.h
|
||||
|
Loading…
Reference in New Issue
Block a user