From: Richard Levitte Date: Thu, 10 Dec 2015 14:03:52 +0000 (+0100) Subject: Don't run rehash as part of building the openssl app X-Git-Tag: OpenSSL_1_1_0-pre1~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7986647267b689c88b079bd4277facca9720fc1;p=openssl Don't run rehash as part of building the openssl app Reviewed-by: Matt Caswell --- diff --git a/apps/Makefile b/apps/Makefile index ab6d646a33..9362fccadc 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -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