Module Name: src
Committed By: kre
Date: Sat Sep 17 04:01:43 UTC 2016
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Fix the fix...
To generate a diff of this commit:
cvs rdiff -u -r1.958 -r1.959 src/share/mk/bsd.own.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.958 src/share/mk/bsd.own.mk:1.959
--- src/share/mk/bsd.own.mk:1.958 Sat Sep 17 02:50:08 2016
+++ src/share/mk/bsd.own.mk Sat Sep 17 04:01:43 2016
@@ -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 @@ EXTERNAL_GDB_SUBDIR= gdb
${MACHINE} == "sparc" || \
${MACHINE} == "sparc64" || \
${MACHINE} == "vax" || \
- ${MACHINE_CPU} == "m68k" || \\
+ ${MACHINE_CPU} == "m68k" || \
${MACHINE_CPU} == "sh3" || \
${MACHINE_ARCH} == "mipseb" || ${MACHINE_ARCH} == "mipsel" || \
${MACHINE_ARCH} == "powerpc"