summaryrefslogtreecommitdiff
path: root/package/openssl/patches/patch-Makefile_org
blob: aa70bcc67a871ce6986621698be36e596d76f8bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- openssl-1.0.2a.orig/Makefile.org	2015-03-19 14:30:36.000000000 +0100
+++ openssl-1.0.2a/Makefile.org	2015-05-20 08:33:17.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
 
@@ -536,7 +536,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 \