We don't need libgnumalloc or libresolv on ELF systems.

This commit is contained in:
David E. O'Brien
2002-05-11 17:51:04 +00:00
parent 785b36d40f
commit 89a75ff0d0
+1 -1
View File
@@ -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