Module Name: src Committed By: matt Date: Mon Aug 11 04:33:30 UTC 2014
Modified Files: src/compat: archdirs.mk Log Message: Fix else if botch To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/compat/archdirs.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/compat/archdirs.mk diff -u src/compat/archdirs.mk:1.5 src/compat/archdirs.mk:1.6 --- src/compat/archdirs.mk:1.5 Sun Aug 10 23:40:33 2014 +++ src/compat/archdirs.mk Mon Aug 11 04:33:30 2014 @@ -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= powerpc64/powerpc 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