set LLIBS to nothing, so we don't try to lint the C libarary against

itself when creating llib-lc.ln.
This commit is contained in:
cgd 1996-12-19 07:52:52 +00:00
parent 2dbbba03f0
commit a143ed9a3f

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.50 1996/11/07 19:15:22 jtc Exp $ # $NetBSD: Makefile,v 1.51 1996/12/19 07:52:52 cgd Exp $
# @(#)Makefile 8.2 (Berkeley) 2/3/94 # @(#)Makefile 8.2 (Berkeley) 2/3/94
# #
# All library objects contain sccsid strings by default; they may be # All library objects contain sccsid strings by default; they may be
@ -22,6 +22,9 @@ AINC+= -nostdinc -idirafter ${DESTDIR}/usr/include
.endif .endif
CLEANFILES+=tags CLEANFILES+=tags
# Don't try to lint the C libarary against itself when creating llib-lc.ln
LLIBS=
.if exists (${.CURDIR}/arch/${MACHINE_ARCH}/Makefile.inc) .if exists (${.CURDIR}/arch/${MACHINE_ARCH}/Makefile.inc)
.PATH: ${.CURDIR}/arch/${MACHINE_ARCH} .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}
.include "${.CURDIR}/arch/${MACHINE_ARCH}/Makefile.inc" .include "${.CURDIR}/arch/${MACHINE_ARCH}/Makefile.inc"