Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/lib/libcrypto pullup 1.7 -> 1.8 (approved by releng-1-5)



details:   https://anonhg.NetBSD.org/src/rev/9798afeb1921
branches:  netbsd-1-5
changeset: 489700:9798afeb1921
user:      itojun <itojun%NetBSD.org@localhost>
date:      Sat Oct 07 01:18:44 2000 +0000

description:
pullup 1.7 -> 1.8 (approved by releng-1-5)
s/make/${MAKE}/, be friendly with cross build

diffstat:

 lib/libcrypto/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 83def21ae973 -r 9798afeb1921 lib/libcrypto/Makefile
--- a/lib/libcrypto/Makefile    Sat Oct 07 01:16:08 2000 +0000
+++ b/lib/libcrypto/Makefile    Sat Oct 07 01:18:44 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3.2.6 2000/10/07 01:14:15 itojun Exp $
+#      $NetBSD: Makefile,v 1.3.2.7 2000/10/07 01:18:44 itojun Exp $
 
 # RCSid:
 #      Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
@@ -81,8 +81,8 @@
            -name Makefile.ssl | \
            perl ${OPENSSLSRC}/extsrcs.pl 2> srcs.inc )
 
-DES_SHLIB_MAJOR != cd ${.CURDIR}/../libdes && make print-shlib-major
-DES_SHLIB_MINOR != cd ${.CURDIR}/../libdes && make print-shlib-minor
+DES_SHLIB_MAJOR != cd ${.CURDIR}/../libdes && ${MAKE} print-shlib-major
+DES_SHLIB_MINOR != cd ${.CURDIR}/../libdes && ${MAKE} print-shlib-minor
 
 LINKS+= ${LIBDIR}/libcrypto.a ${LIBDIR}/libdes.a
 



Home | Main Index | Thread Index | Old Index