Fix cleaning of files generated from .m sources.

This commit is contained in:
imp 2015-08-28 13:57:30 +00:00
parent 5275e0a56d
commit 6a6ecc2475

View File

@ -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