ASH: Fix clean target.
Also include code generators in the cleaning targets. Change-Id: Ic1eeece5152f2b13a0357363d5e902b182022fdf
This commit is contained in:
parent
5acaa0814f
commit
ce42c706d2
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ CPPFLAGS+= -I. -I${.CURDIR}
|
|||
.for tool in init nodes signames syntax
|
||||
${.OBJDIR}/mk${tool}: ${.CURDIR}/mk${tool}.c
|
||||
${HOST_CC} ${.ALLSRC} -o ${.TARGET}
|
||||
|
||||
CLEANFILES+= ${.OBJDIR}/mk${tool}
|
||||
.endfor
|
||||
|
||||
# B. Generates C sources from C tools
|
||||
|
|
Loading…
Reference in a new issue