From fca5b4f4d9b05faab92b49ca6003d5288a72e25f Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 13 Sep 2010 04:23:23 +0000 Subject: [PATCH] This is exactly the same as the .else, so remove it. --- lib/msun/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/msun/Makefile b/lib/msun/Makefile index 1c5869e8483..87bd95441ad 100644 --- a/lib/msun/Makefile +++ b/lib/msun/Makefile @@ -14,8 +14,6 @@ .if ${MACHINE_CPUARCH} == "i386" ARCH_SUBDIR= i387 -.elif ${MACHINE_ARCH} == "powerpc64" -ARCH_SUBDIR= powerpc .else ARCH_SUBDIR= ${MACHINE_CPUARCH} .endif