summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.sgml.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.sgml.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.sgml.mk')
-rw-r--r--share/mk/bsd.sgml.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.sgml.mk b/share/mk/bsd.sgml.mk
index e8e845d..aabfbad 100644
--- a/share/mk/bsd.sgml.mk
+++ b/share/mk/bsd.sgml.mk
@@ -1,7 +1,7 @@
# bsd.sgml.mk - 8 Sep 1995 John Fieber
# This file is in the public domain.
#
-# $Id: bsd.sgml.mk,v 1.5 1996/05/27 23:12:15 wosch Exp $
+# $Id: bsd.sgml.mk,v 1.6 1996/06/24 04:24:14 jkh Exp $
#
# The include file <bsd.sgml.mk> handles installing sgml documents.
# <bsd.prog.mk> includes the file named "../Makefile.inc" if it exists,
@@ -68,7 +68,7 @@ LPR?= lpr
DOCS= ${FORMATS:S/^/${DOC}./g}
.MAIN: all
-all: ${DOCS}
+all: depend ${DOCS}
# If FORMATS is empty, do nothing
.if empty(FORMATS)
OpenPOWER on IntegriCloud