ramdisk Makefile: CLEANFILES fix
This commit is contained in:
parent
702d90b6fe
commit
46e7c7a920
1 changed files with 1 additions and 1 deletions
|
@ -105,8 +105,8 @@ ${etc}: ${NETBSDSRCDIR}/etc/${etc}
|
||||||
# we are building out-of-tree and the contents should be copied
|
# we are building out-of-tree and the contents should be copied
|
||||||
# unconditionally in case the contents have changed after the first copy.
|
# unconditionally in case the contents have changed after the first copy.
|
||||||
.if ${.CURDIR} != ${.OBJDIR}
|
.if ${.CURDIR} != ${.OBJDIR}
|
||||||
CLEANFILES += ${EXTRA} ${PROTO} ${PROTO_FILES}
|
|
||||||
.for file in ${EXTRA} ${PROTO} ${PROTO_FILES}
|
.for file in ${EXTRA} ${PROTO} ${PROTO_FILES}
|
||||||
|
CLEANFILES += ${.OBJDIR}/${file}
|
||||||
${file}: ${NETBSDSRCDIR}/drivers/ramdisk/${file} .PHONY
|
${file}: ${NETBSDSRCDIR}/drivers/ramdisk/${file} .PHONY
|
||||||
${INSTALL} $> $@
|
${INSTALL} $> $@
|
||||||
.endfor
|
.endfor
|
||||||
|
|
Loading…
Reference in a new issue