Updated some CLEANFILES macros in Makefiles.

This commit is contained in:
Ben Gras
2010-11-17 14:27:23 +00:00
parent 8ccfb29765
commit f3e1b1c226
2 changed files with 3 additions and 3 deletions

View File

@@ -42,6 +42,8 @@ MAN=
debug.d: extracted-errno.h extracted-mfield.h extracted-mtype.h
CLEANFILES+=extracted-errno.h extracted-mfield.h extracted-mtype.h
extracted-errno.h: extract-errno.sh ../include/errno.h
${_MKTARGET_CREATE}
cd ${.CURDIR} ; sh extract-errno.sh > ${.OBJDIR}/extracted-errno.h