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.
This commit is contained in:
jkh 1996-08-25 05:16:56 +00:00
parent d1a13b5346
commit 109d53254e
3 changed files with 4 additions and 7 deletions

View File

@ -27,9 +27,6 @@
# Create a tags file for the source files.
#
.if !defined(NO_DEPEND)
DEPEND?= depend
.endif
MKDEPCMD?= mkdep
DEPENDFILE?= .depend

View File

@ -1,5 +1,5 @@
# from: @(#)bsd.lib.mk 5.26 (Berkeley) 5/2/91
# $Id: bsd.lib.mk,v 1.40 1996/08/23 16:48:57 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: ${DEPEND} ${_LIBS} all-man _SUBDIR # llib-l${LIB}.ln
all: ${_LIBS} all-man _SUBDIR # llib-l${LIB}.ln
OBJS+= ${SRCS:N*.h:R:S/$/.o/g}

View File

@ -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