From 89a75ff0d0a639c4db176b892798285723abfff8 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 11 May 2002 17:51:04 +0000 Subject: We don't need libgnumalloc or libresolv on ELF systems. --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Makefile') diff --git a/lib/Makefile b/lib/Makefile index 7007a98a0705..664528166186 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -39,7 +39,7 @@ _csu=csu/${MACHINE_ARCH} _csu=csu .endif -.if ${MACHINE_ARCH} == "i386" +.if ${OBJFORMAT} == "aout" && ${MACHINE_ARCH} == "i386" _libgnumalloc= libgnumalloc _libresolv= libresolv .endif -- cgit v1.3