From ec10b53530fb9531732a457f47a1072d9b68c6e6 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Mon, 29 Jun 1998 18:52:33 +0000 Subject: [PATCH] Fixed bogus dependency on `beforedepend'. File targets should never depend on phony targets or they would always be out of date. --- sys/i386/boot/netboot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/i386/boot/netboot/Makefile b/sys/i386/boot/netboot/Makefile index 1b18f4cc0eb..8c3f40ab9c7 100644 --- a/sys/i386/boot/netboot/Makefile +++ b/sys/i386/boot/netboot/Makefile @@ -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