summaryrefslogtreecommitdiff
path: root/package/openssl/patches/patch-Makefile_org
blob: 46a14f3046a4ce8d85be008c63b8e9ae2e0a89be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- openssl-1.0.2c.orig/Makefile.org	2015-06-12 16:51:21.000000000 +0200
+++ openssl-1.0.2c/Makefile.org	2015-06-13 19:48:43.000000000 +0200
@@ -136,7 +136,7 @@ FIPSCANLIB=
 
 BASEADDR=
 
-DIRS=   crypto ssl engines apps test tools
+DIRS=   crypto ssl engines apps tools
 ENGDIRS= ccgost
 SHLIBDIRS= crypto ssl
 
@@ -526,7 +526,7 @@ dist:
 dist_pem_h:
 	(cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean)
 
-install: all install_docs install_sw
+install: all install_sw
 
 install_sw:
 	@$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \