remove duplicate += of OBJS, introduced in 1.158 - fixes PR #8487

This commit is contained in:
abs 2000-01-17 18:37:23 +00:00
parent e30f445f00
commit a4cc9c62f3
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.lib.mk,v 1.160 1999/11/28 04:50:42 simonb Exp $
# $NetBSD: bsd.lib.mk,v 1.161 2000/01/17 18:37:23 abs Exp $
# @(#)bsd.lib.mk 8.3 (Berkeley) 4/22/94
.if !target(__initialized__)
@ -274,7 +274,6 @@ CLEANFILES+= ${DPSRCS}
CLEANFILES+= ${SRCS:M*.y:.y=.h}
.endif
OBJS+= ${SRCS:N*.h:N*.sh:R:S/$/.o/g}
lib${LIB}.a:: ${OBJS} __archivebuild
@echo building standard ${LIB} library