1From d8f104bffb0c4acb8c5fcdf49628f7d02ed48f7f Mon Sep 17 00:00:00 2001
2From: Mike Frysinger <vapier@gentoo.org>
3Date: Sat, 16 May 2015 18:53:51 +0200
4Subject: [PATCH] Dont waste time building manpages if we're not going to use
5 em.
6
7Signed-off-by: Ryan Barnett <ryanbarnett3@gmail.com>
8[Gustavo: update for parallel-build]
9
10[rebased on openssl-1.1.0h]
11Signed-off-by: Peter Seiderer <ps.report@gmx.net>
12[rebased on openssl-1.1.1i]
13Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
14---
15 Configurations/unix-Makefile.tmpl | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
19index 40cf2c3..777d9ca 100644
20--- a/Configurations/unix-Makefile.tmpl
21+++ b/Configurations/unix-Makefile.tmpl
22@@ -491,7 +491,7 @@ list-tests:
23 	@echo "Tests are not supported with your chosen Configure options"
24 	@ : {- output_on() if !$disabled{tests}; "" -}
25
26-install: install_sw install_ssldirs install_docs
27+install: install_sw install_ssldirs
28
29 uninstall: uninstall_docs uninstall_sw
30
31--
322.16.3
33
34