Add .ORDER which is needed for the previous commit to work with -jN.

Pointed out by: bde
This commit is contained in:
marcel 1999-11-23 17:18:52 +00:00
parent 092552dc2c
commit d3d45d6d95
2 changed files with 2 additions and 0 deletions

View File

@ -261,6 +261,7 @@ KERN= ${.CURDIR}/../../kern
KERN= ${.CURDIR}/../../sys/kern
.endif
.ORDER: vnode_if.c vnode_if.h
vnode_if.c vnode_if.h: ${KERN}/vnode_if.sh ${KERN}/vnode_if.src
sh ${KERN}/vnode_if.sh ${KERN}/vnode_if.src

View File

@ -261,6 +261,7 @@ KERN= ${.CURDIR}/../../kern
KERN= ${.CURDIR}/../../sys/kern
.endif
.ORDER: vnode_if.c vnode_if.h
vnode_if.c vnode_if.h: ${KERN}/vnode_if.sh ${KERN}/vnode_if.src
sh ${KERN}/vnode_if.sh ${KERN}/vnode_if.src