mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-10 00:13:04 +01:00
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:
parent
2ed14a92db
commit
5f644e4c72
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53628
@ -261,7 +261,7 @@ KERN= ${.CURDIR}/../../kern
|
||||
KERN= ${.CURDIR}/../../sys/kern
|
||||
.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
|
||||
|
||||
regress:
|
||||
|
@ -261,7 +261,7 @@ KERN= ${.CURDIR}/../../kern
|
||||
KERN= ${.CURDIR}/../../sys/kern
|
||||
.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
|
||||
|
||||
regress:
|
||||
|
Loading…
Reference in New Issue
Block a user