1 Index: openssl-0.9.8e/Makefile
2 ===================================================================
3 --- openssl-0.9.8e.orig/Makefile 2007-06-04 13:23:31.995869784 +0200
4 +++ openssl-0.9.8e/Makefile 2007-06-04 13:23:33.246679632 +0200
9 -DIRS= crypto ssl engines apps test tools
10 +DIRS= crypto ssl engines apps tools
13 # dirs in crypto to build
16 # tests to perform. "alltests" is a special word indicating that all tests
17 # should be performed.
27 -EDIRS= times doc bugs util include certs ms shlib mt demos perl sf dep VMS
28 +EDIRS= times bugs util include certs ms shlib mt demos perl sf dep VMS
30 LIBS= libcrypto.a libssl.a
31 SHARED_CRYPTO=libcrypto$(SHLIB_EXT)
33 @[ -n "$(THIS)" ] && $(CLEARENV) && $(MAKE) $(THIS) -e $(BUILDENV)
36 -build_all: build_libs build_apps build_tests build_tools
37 +build_all: build_libs build_apps build_tools
39 build_libs: build_crypto build_ssl build_engines
43 (cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean)
45 -install: all install_docs install_sw
46 +install: all install_sw
49 @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \
50 Index: openssl-0.9.8e/Makefile.org
51 ===================================================================
52 --- openssl-0.9.8e.orig/Makefile.org 2007-06-04 13:23:32.857738760 +0200
53 +++ openssl-0.9.8e/Makefile.org 2007-06-04 13:23:33.246679632 +0200
56 (cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean)
58 -install: all install_docs install_sw
59 +install: all install_sw
62 @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \