Source-Changes-HG archive

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

[src/trunk]: src/share/mk Fix the fix...



details:   https://anonhg.NetBSD.org/src/rev/6a88a1d75bd3
branches:  trunk
changeset: 817953:6a88a1d75bd3
user:      kre <kre%NetBSD.org@localhost>
date:      Sat Sep 17 04:01:43 2016 +0000

description:
Fix the fix...

diffstat:

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

diffs (18 lines):

diff -r c3c78490054f -r 6a88a1d75bd3 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sat Sep 17 03:02:03 2016 +0000
+++ b/share/mk/bsd.own.mk       Sat Sep 17 04:01:43 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.958 2016/09/17 02:50:08 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.959 2016/09/17 04:01:43 kre Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -173,7 +173,7 @@
     ${MACHINE} == "sparc" || \
     ${MACHINE} == "sparc64" || \
     ${MACHINE} == "vax" || \
-    ${MACHINE_CPU} == "m68k" || \\
+    ${MACHINE_CPU} == "m68k" || \
     ${MACHINE_CPU} == "sh3" || \
     ${MACHINE_ARCH} == "mipseb" || ${MACHINE_ARCH} == "mipsel" || \
     ${MACHINE_ARCH} == "powerpc"



Home | Main Index | Thread Index | Old Index