From 02bb2a078e660547225bc1483d9f7c6905f38360 Mon Sep 17 00:00:00 2001 From: nwhitehorn Date: Sat, 28 Aug 2010 15:03:11 +0000 Subject: Repair some build breakage introduced in r211725 and garbage collect some code made obsolete in the same commit. --- lib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Makefile') diff --git a/lib/Makefile b/lib/Makefile index 53248e3..75de092 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -114,8 +114,8 @@ SUBDIR= ${SUBDIR_ORDERED} \ .if exists(${.CURDIR}/csu/${MACHINE_ARCH}-elf) _csu=csu/${MACHINE_ARCH}-elf -.elif exists(${.CURDIR}/csu/${MACHINE_CPUARCH}-elf) -_csu=csu/${MACHINE_CPUARCH}-elf +.elif exists(${.CURDIR}/csu/${MACHINE_ARCH}) +_csu=csu/${MACHINE_ARCH} .elif exists(${.CURDIR}/csu/${MACHINE_CPUARCH}/Makefile) _csu=csu/${MACHINE_CPUARCH} .else -- cgit v1.1