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