summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authordt <dt@FreeBSD.org>1999-03-01 09:54:51 +0000
committerdt <dt@FreeBSD.org>1999-03-01 09:54:51 +0000
commitc746a218d7200e9e665428b9ad061ba7ea79603b (patch)
treeed003f7de066208367691710916d57f8eff084b0 /sys/i386
parent40d09033ec4633c27b56fabc1a880e3ca25bfbae (diff)
downloadFreeBSD-src-c746a218d7200e9e665428b9ad061ba7ea79603b.zip
FreeBSD-src-c746a218d7200e9e665428b9ad061ba7ea79603b.tar.gz
Ensure that vnode_if.h build before object files, if make depend has not
been run.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/Makefile.i3864
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386
index 70251b0..d2cbba1 100644
--- a/sys/i386/conf/Makefile.i386
+++ b/sys/i386/conf/Makefile.i386
@@ -1,7 +1,7 @@
# Makefile.i386 -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.138 1999/01/26 02:49:51 julian Exp $
+# $Id: Makefile.i386,v 1.139 1999/02/14 13:56:15 des Exp $
#
# Makefile for FreeBSD
#
@@ -118,7 +118,7 @@ SYSTEM_DEP+= $S/i386/conf/kernel.script
%CLEAN
.if !exists(.depend)
-${SYSTEM_OBJS}: ${BEFORE_DEPEND:M*.h}
+${SYSTEM_OBJS}: vnode_if.h ${BEFORE_DEPEND:M*.h}
.endif
clean:
OpenPOWER on IntegriCloud