From e7986647267b689c88b079bd4277facca9720fc1 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 10 Dec 2015 15:03:52 +0100 Subject: [PATCH] Don't run rehash as part of building the openssl app Reviewed-by: Matt Caswell --- apps/Makefile | 1 - 1 file changed, 1 deletion(-) 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 -- 2.40.0