vnode_if.sh makes both vnode_if.c and vnode_if.h. Add vnode_if.c to

the LHS of the rule for vnode_if.h. This solves a "dunno how to make"
error.
This commit is contained in:
Marcel Moolenaar 1999-11-23 10:17:36 +00:00
parent 2ed14a92db
commit 5f644e4c72
2 changed files with 2 additions and 2 deletions

View File

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

View File

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