diff options
| author | wiz <wiz@NetBSD.org> | 2002-05-02 16:24:24 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2002-05-02 16:24:24 +0000 |
| commit | 56b4d2cb0cebda8eeacdc417cd64bad86a05656d (patch) | |
| tree | 8c430100da3d826a9a68131a0ea05145c13da64b /lib/libcrypto | |
| parent | b094ff415fb84b714318b5f6398dc08c81b06bf6 (diff) | |
Move code that tries to determine shlib major into MKPIC != "no" case.
Diffstat (limited to 'lib/libcrypto')
| -rw-r--r-- | lib/libcrypto/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libcrypto/Makefile b/lib/libcrypto/Makefile index ae5f2c9daaa..81c447b2794 100644 --- a/lib/libcrypto/Makefile +++ b/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2002/02/26 00:57:12 lukem Exp $ +# $NetBSD: Makefile,v 1.15 2002/05/02 16:24:24 wiz Exp $ # RCSid: # Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp @@ -82,9 +82,6 @@ update_inc: -name Makefile.ssl | \ perl ${OPENSSLSRC}/extsrcs.pl 2> srcs.inc ) -DES_SHLIB_MAJOR != cd ${.CURDIR}/../libdes && ${MAKE} -B print-shlib-major -DES_SHLIB_MINOR != cd ${.CURDIR}/../libdes && ${MAKE} -B print-shlib-minor - SYMLINKS+= libcrypto.a ${LIBDIR}/libdes.a .if ${MKPROFILE} != "no" @@ -93,6 +90,9 @@ SYMLINKS+= libcrypto_p.a ${LIBDIR}/libdes_p.a .if ${MKPIC} != "no" +DES_SHLIB_MAJOR != cd ${.CURDIR}/../libdes && ${MAKE} -B print-shlib-major +DES_SHLIB_MINOR != cd ${.CURDIR}/../libdes && ${MAKE} -B print-shlib-minor + .if ${MKPICINSTALL} != "no" SYMLINKS+= libcrypto_pic.a ${LIBDIR}/libdes_pic.a .endif |
