fix whitespace damage
[buildroot.git] / package / openssl / openssl-nodocs.patch
blob135a9d3b04e9f41fec15b94ca738084237e34463
1 Dont waste time building manpages if we're not going to use em.
3 --- openssl/Makefile.org
4 +++ openssl/Makefile.org
5 @@ -792,7 +792,7 @@
6 dist_pem_h:
7 (cd crypto/pem; $(MAKE) CC='${CC}' SDIRS='${SDIRS}' CFLAG='${CFLAG}' pem.h; $(MAKE) clean)
9 -install: all install_docs install_sw
10 +install: all install_sw
12 install_sw:
13 @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \