Source-Changes-HG archive

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

[src/trunk]: src/share/mk Fix typo in previous.



details:   https://anonhg.NetBSD.org/src/rev/c28ebd672d3d
branches:  trunk
changeset: 516975:c28ebd672d3d
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Nov 03 20:46:25 2001 +0000

description:
Fix typo in previous.

diffstat:

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

diffs (18 lines):

diff -r 09372e997b33 -r c28ebd672d3d share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sat Nov 03 20:26:56 2001 +0000
+++ b/share/mk/bsd.own.mk       Sat Nov 03 20:46:25 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.206 2001/11/03 20:26:56 thorpej Exp $
+#      $NetBSD: bsd.own.mk,v 1.207 2001/11/03 20:46:25 thorpej Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -11,7 +11,7 @@
 .undef USE_NEW_TOOLCHAIN       # unset
 .else
 .if ${MACHINE_ARCH} == "i386" || \
-    ${MACHINE_ARCH} == "sparc' || \
+    ${MACHINE_ARCH} == "sparc" || \
     ${MACHINE_ARCH} == "sparc64" || \
     ${MACHINE} == "arm26"
 USE_NEW_TOOLCHAIN=yes  # set



Home | Main Index | Thread Index | Old Index