]> Zhao Yanbai Git Server - minix.git/commitdiff
ASH: Fix clean target. 88/388/2
authorLionel Sambuc <lionel@minix3.org>
Wed, 6 Mar 2013 12:38:10 +0000 (13:38 +0100)
committerLionel Sambuc <lionel@minix3.org>
Fri, 8 Mar 2013 08:41:49 +0000 (09:41 +0100)
Also include code generators in the cleaning targets.

Change-Id: Ic1eeece5152f2b13a0357363d5e902b182022fdf

commands/ash/Makefile

index b1e649a9b560bb0bdfe8814f1d75ee2f20e2888d..886f17533a9d35be661138d0a6f6c2ed77397283 100644 (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