ASH: Fix clean target.

Also include code generators in the cleaning targets.

Change-Id: Ic1eeece5152f2b13a0357363d5e902b182022fdf
This commit is contained in:
Lionel Sambuc 2013-03-06 13:38:10 +01:00
parent 5acaa0814f
commit ce42c706d2

View file

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