Source-Changes-HG archive

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

[src/trunk]: src/lib/libasn1 More elegant method of previous change. Thanks t...



details:   https://anonhg.NetBSD.org/src/rev/be6d8389bebf
branches:  trunk
changeset: 515960:be6d8389bebf
user:      mason <mason%NetBSD.org@localhost>
date:      Thu Oct 11 03:56:43 2001 +0000

description:
More elegant method of previous change. Thanks to James Chacon for pointing
out my think-o.

diffstat:

 lib/libasn1/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r c428f3d8b5ec -r be6d8389bebf lib/libasn1/Makefile
--- a/lib/libasn1/Makefile      Thu Oct 11 03:52:13 2001 +0000
+++ b/lib/libasn1/Makefile      Thu Oct 11 03:56:43 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2001/10/11 03:39:02 mason Exp $
+# $NetBSD: Makefile,v 1.15 2001/10/11 03:56:43 mason Exp $
 
 .include <bsd.own.mk>
 
@@ -12,9 +12,7 @@
 
 .if !defined(USETOOLS) || (${USETOOLS} == "no")
 COMPILEETOBJ!= cd ${.CURDIR}/../libcom_err/compile_et && ${PRINTOBJDIR}
-.if !defined(COMPILE_ET)
-COMPILE_ET=    ${COMPILEETOBJ}/compile_et
-.endif
+COMPILE_ET?=   ${COMPILEETOBJ}/compile_et
 .endif
 
 asn1_err.h asn1_err.c: asn1_err.et



Home | Main Index | Thread Index | Old Index