Fixed bogus dependency on `beforedepend'. File targets should never

depend on phony targets or they would always be out of date.
This commit is contained in:
Bruce Evans 1998-06-29 18:52:33 +00:00
parent 9064aa963a
commit ec10b53530
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=37270

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.15 1998/02/15 21:38:18 eivind Exp $
# $Id: Makefile,v 1.16 1998/03/07 10:48:13 eivind Exp $
#
# Makefile for NETBOOT
#
@ -88,6 +88,6 @@ nb3c509.com: start2.o ${SRCS:N*.h:R:S/$/.o/g} 3c509.o
# This force the creation of the "machine" symlink. These objects are
# specially handled in this file, and thus can't be taken care of in
# ../Makefile.inc
3c509.o makerom ns8390.o start2.ro: beforedepend
3c509.o makerom ns8390.o start2.ro: machine
.include <bsd.prog.mk>