Source-Changes-HG archive

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

[src/trunk]: src/share/mk Oops, typo.



details:   https://anonhg.NetBSD.org/src/rev/f53749138faf
branches:  trunk
changeset: 516574:f53749138faf
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Oct 25 07:47:18 2001 +0000

description:
Oops, typo.

diffstat:

 share/mk/bsd.own.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c66d718421a0 -r f53749138faf share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Thu Oct 25 07:46:48 2001 +0000
+++ b/share/mk/bsd.own.mk       Thu Oct 25 07:47:18 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.196 2001/10/25 07:46:48 thorpej Exp $
+#      $NetBSD: bsd.own.mk,v 1.197 2001/10/25 07:47:18 thorpej Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -39,7 +39,7 @@
 
 AR=            ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-ar
 AS=            ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-as
-ASN1_COMPILE   ${TOOLDIR}/bin/asn1_compile
+ASN1_COMPILE=  ${TOOLDIR}/bin/asn1_compile
 #BIB=          ${TOOLDIR}/bin/bib
 CC=            ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-gcc
 COMPILE_ET=    ${TOOLDIR}/bin/compile_et



Home | Main Index | Thread Index | Old Index