Ensure that vnode_if.h build before object files, if make depend has not

been run.
This commit is contained in:
Dmitrij Tejblum 1999-03-01 09:54:51 +00:00
parent c84fbe6c9b
commit bb4b3fa51e
3 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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