Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk remove duplicate += of OBJS, introduced in 1.158 - ...
details: https://anonhg.NetBSD.org/src/rev/775388e8cab4
branches: trunk
changeset: 480687:775388e8cab4
user: abs <abs%NetBSD.org@localhost>
date: Mon Jan 17 18:37:23 2000 +0000
description:
remove duplicate += of OBJS, introduced in 1.158 - fixes PR #8487
diffstat:
share/mk/bsd.lib.mk | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 86ea7fc8d32c -r 775388e8cab4 share/mk/bsd.lib.mk
--- a/share/mk/bsd.lib.mk Mon Jan 17 18:24:37 2000 +0000
+++ b/share/mk/bsd.lib.mk Mon Jan 17 18:37:23 2000 +0000
@@ -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+= ${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
Home |
Main Index |
Thread Index |
Old Index