Source-Changes-HG archive

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

[src/trunk]: src/compat Fix else if botch



details:   https://anonhg.NetBSD.org/src/rev/5ca6a9fcf69a
branches:  trunk
changeset: 798219:5ca6a9fcf69a
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Aug 11 04:33:30 2014 +0000

description:
Fix else if botch

diffstat:

 compat/archdirs.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r fc48726a9f88 -r 5ca6a9fcf69a compat/archdirs.mk
--- a/compat/archdirs.mk        Mon Aug 11 04:27:24 2014 +0000
+++ b/compat/archdirs.mk        Mon Aug 11 04:33:30 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: archdirs.mk,v 1.5 2014/08/10 23:40:33 matt Exp $
+#      $NetBSD: archdirs.mk,v 1.6 2014/08/11 04:33:30 matt Exp $
 
 # list of subdirs used per-platform
 
@@ -34,6 +34,6 @@
 ARCHDIR_SUBDIR+= arm/eabi
 #ARCHDIR_SUBDIR+= arm/eabihf
 ARCHDIR_SUBDIR+= arm/oabi
-.else if (${MACHINE_ARCH} == "aarch64eb")
+.elif (${MACHINE_ARCH} == "aarch64eb")
 ARCHDIR_SUBDIR= arm/eabi
 .endif



Home | Main Index | Thread Index | Old Index