This is exactly the same as the .else, so remove it.

This commit is contained in:
imp 2010-09-13 04:23:23 +00:00
parent 92c81fdfa6
commit 03c0111187

View File

@ -14,8 +14,6 @@
.if ${MACHINE_CPUARCH} == "i386"
ARCH_SUBDIR= i387
.elif ${MACHINE_ARCH} == "powerpc64"
ARCH_SUBDIR= powerpc
.else
ARCH_SUBDIR= ${MACHINE_CPUARCH}
.endif