summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.lib.mk
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-08-23 16:49:06 +0000
committerjkh <jkh@FreeBSD.org>1996-08-23 16:49:06 +0000
commitb2b6db6804fee90d7fb4731567e2257b5635de23 (patch)
tree1758eb9b284dde1b30ec9647387b98353059ab24 /share/mk/bsd.lib.mk
parenta283f65a081238a89c83b01ef3f768e42ea03775 (diff)
downloadFreeBSD-src-b2b6db6804fee90d7fb4731567e2257b5635de23.zip
FreeBSD-src-b2b6db6804fee90d7fb4731567e2257b5635de23.tar.gz
Add depend to all target so that it's explicit. It's only done once,
even if make all is run multiple times, since the depend rule looks for an existing .depend file.
Diffstat (limited to 'share/mk/bsd.lib.mk')
-rw-r--r--share/mk/bsd.lib.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.lib.mk b/share/mk/bsd.lib.mk
index d5146b9..a3c74e3 100644
--- a/share/mk/bsd.lib.mk
+++ b/share/mk/bsd.lib.mk
@@ -1,5 +1,5 @@
# from: @(#)bsd.lib.mk 5.26 (Berkeley) 5/2/91
-# $Id: bsd.lib.mk,v 1.38 1996/08/03 06:43:05 jkh Exp $
+# $Id: bsd.lib.mk,v 1.39 1996/08/11 12:24:44 peter Exp $
#
.if exists(${.CURDIR}/../Makefile.inc)
@@ -121,7 +121,7 @@ _LIBS+=lib${LIB}_pic.a
PICFLAG=-fpic
.endif
-all: ${_LIBS} all-man _SUBDIR # llib-l${LIB}.ln
+all: depend ${_LIBS} all-man _SUBDIR # llib-l${LIB}.ln
OBJS+= ${SRCS:N*.h:R:S/$/.o/g}
OpenPOWER on IntegriCloud