From 109d53254e55ea0ca0c20d9ccf6af0375b78fa7b Mon Sep 17 00:00:00 2001 From: jkh Date: Sun, 25 Aug 1996 05:16:56 +0000 Subject: Back out the recent DEPEND changes - as Bruce points out, it's bogus. I'll leave any future Makefile hackery to him since he's clearly thought about this a great deal more than I have. --- 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 2f27935..33c39fd 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.36 1996/08/23 16:49:02 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: ${DEPEND} ${PROG} all-man _SUBDIR +all: ${PROG} all-man _SUBDIR .if !target(clean) clean: _SUBDIR -- cgit v1.1