Ensure that vnode_if.h build before object files, if make depend has not
been run.
This commit is contained in:
parent
c84fbe6c9b
commit
bb4b3fa51e
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user