Module Name: src
Committed By: simonb
Date: Sat Aug 15 05:03:06 UTC 2020
Modified Files:
src/etc/etc.evbmips: Makefile.inc
Log Message:
Remove a misleading space in a ".elif".
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/etc/etc.evbmips/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/etc.evbmips/Makefile.inc
diff -u src/etc/etc.evbmips/Makefile.inc:1.24 src/etc/etc.evbmips/Makefile.inc:1.25
--- src/etc/etc.evbmips/Makefile.inc:1.24 Fri Jul 17 15:16:34 2020
+++ src/etc/etc.evbmips/Makefile.inc Sat Aug 15 05:03:06 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.24 2020/07/17 15:16:34 jmcneill Exp $
+# $NetBSD: Makefile.inc,v 1.25 2020/08/15 05:03:06 simonb Exp $
#
# etc.evbmips/Makefile.inc -- evbmips-specific etc Makefile targets
#
@@ -15,7 +15,7 @@ BUILD_KERNELS= INSTALL_CI20 INSTALL_OMS
KERNEL_SETS+= P4032 P5064 P6032
-. elif ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el"
+.elif ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el"
KERNEL_SETS= MALTA32 MALTA64 XLSATX32 XLSATX64
BUILD_KERNELS= INSTALL_MALTA32 INSTALL_MALTA64
BUILD_KERNELS+= INSTALL_XLSATX32 INSTALL_XLSATX64