summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-12-10 15:03:52 +0100
committerRichard Levitte <levitte@openssl.org>2015-12-10 15:03:52 +0100
commite7986647267b689c88b079bd4277facca9720fc1 (patch)
tree9924e424d1b57cd4137d37a0a790b1ada5a1ab68
parent7c31419693ef5c01bb7d86c141b5e4a740f267dc (diff)
Don't run rehash as part of building the openssl app
Reviewed-by: Matt Caswell <matt@openssl.org>
-rw-r--r--apps/Makefile1
1 files changed, 0 insertions, 1 deletions
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