From dc173bd818cc2fd5cb351dff649239e194b828a9 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 16 Apr 2002 14:35:01 +0000 Subject: [PATCH] Keep up with lib/Makefile,v 1.64 (uhh). --- Makefile.inc1 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index b884f46a53f..08a43043f1b 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -728,10 +728,8 @@ libraries: ${MAKE} -f Makefile.inc1 _prebuild_libs; \ ${MAKE} -f Makefile.inc1 _generic_libs; -.if exists(${.CURDIR}/lib/csu/${MACHINE_ARCH}.pcc) -_startup_libs= lib/csu/${MACHINE_ARCH}.pcc -.elif ${MACHINE_ARCH} == "i386" && ${OBJFORMAT} == "elf" -_startup_libs= lib/csu/i386-elf +.if exists(${.CURDIR}/lib/csu/${MACHINE_ARCH}-${OBJFORMAT}) +_startup_libs= lib/csu/${MACHINE_ARCH}-${OBJFORMAT} .else _startup_libs= lib/csu/${MACHINE_ARCH} .endif