Subject: CVS commit: basesrc/lib/libasn1
To: None <source-changes@netbsd.org>
From: Mason Loring Bliss <mason@netbsd.org>
List: source-changes
Date: 10/11/2001 06:39:03
Module Name:	basesrc
Committed By:	mason
Date:		Thu Oct 11 03:39:03 UTC 2001

Modified Files:
	basesrc/lib/libasn1: Makefile

Log Message:
It appears to be the case that ${COMPILEETOBJ}/compile_et, which is used in
the USETOOLS=no and !defined(USETOOLS) cases, is not guaranteed to exist.
However, the current functionality overrides any potentially correct
hand-set definition of COMPILE_ET, causing build breakage.

Now the line setting COMPILE_ET only happens if COMPILE_ET is not already
set, like so:

.if !defined(COMPILE_ET)
COMPILE_ET=     ${COMPILEETOBJ}/compile_et
.endif


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 basesrc/lib/libasn1/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.