Add .ORDER which is needed for the previous commit to work with -jN.
Pointed out by: bde
This commit is contained in:
parent
8a3f7b6ba9
commit
84eadd6305
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user