From b2b6db6804fee90d7fb4731567e2257b5635de23 Mon Sep 17 00:00:00 2001 From: jkh Date: Fri, 23 Aug 1996 16:49:06 +0000 Subject: 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. --- share/mk/bsd.prog.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/mk/bsd.prog.mk') diff --git a/share/mk/bsd.prog.mk b/share/mk/bsd.prog.mk index c0233a2..0bba36b 100644 --- a/share/mk/bsd.prog.mk +++ b/share/mk/bsd.prog.mk @@ -1,5 +1,5 @@ # from: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91 -# $Id: bsd.prog.mk,v 1.34 1996/06/24 04:24:13 jkh Exp $ +# $Id: bsd.prog.mk,v 1.35 1996/06/29 03:12:49 phk Exp $ .if exists(${.CURDIR}/../Makefile.inc) .include "${.CURDIR}/../Makefile.inc" @@ -135,7 +135,7 @@ MAN1= ${PROG}.1 # here (or does maninstall always work when nothing is made?), .MAIN: all -all: ${PROG} all-man _SUBDIR +all: depend ${PROG} all-man _SUBDIR .if !target(clean) clean: _SUBDIR -- cgit v1.1