Fix cleaning of files generated from .m sources.
This commit is contained in:
parent
5275e0a56d
commit
6a6ecc2475
@ -360,11 +360,9 @@ __MPATH!=find ${SYSDIR:tA}/ -name \*_if.m
|
||||
_MPATH=${__MPATH:H:O:u}
|
||||
.endif
|
||||
.PATH.m: ${_MPATH}
|
||||
.for _s in ${SRCS:M*_if.[ch]}
|
||||
.if eixsts(${_s:R}.m})
|
||||
CLEANFILES+= ${_s}
|
||||
.endif
|
||||
.endfor # _s
|
||||
.for _i in ${SRCS:M*_if.[ch]}
|
||||
CLEANFILES+= ${_i}
|
||||
.endfor # _i
|
||||
.m.c: ${SYSDIR}/tools/makeobjops.awk
|
||||
${AWK} -f ${SYSDIR}/tools/makeobjops.awk ${.IMPSRC} -c
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user