patch-Makefile_org 566 B

1234567891011121314151617181920
  1. --- openssl-1.0.2a.orig/Makefile.org 2015-03-19 14:30:36.000000000 +0100
  2. +++ openssl-1.0.2a/Makefile.org 2015-05-20 08:33:17.000000000 +0200
  3. @@ -136,7 +136,7 @@ FIPSCANLIB=
  4. BASEADDR=
  5. -DIRS= crypto ssl engines apps test tools
  6. +DIRS= crypto ssl engines apps tools
  7. ENGDIRS= ccgost
  8. SHLIBDIRS= crypto ssl
  9. @@ -536,7 +536,7 @@ dist:
  10. dist_pem_h:
  11. (cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean)
  12. -install: all install_docs install_sw
  13. +install: all install_sw
  14. install_sw:
  15. @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \