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

@ -12,14 +12,12 @@ EXTRA=system.conf passwd rs.single
CPPFLAGS+= -I${MINIXSRCDIR}/servers -I${MINIXSRCDIR}
MAKEDEV=/usr/bin/MAKEDEV
CLEANFILES += $(PROGRAMS) $(EXTRA) bintoc image image.c t proto.gen
install: all
all: image.c
clean:
rm -rf $(PROGRAMS) $(EXTRA) bintoc image image.c t proto.gen
image.c: bintoc image
./bintoc -o $@ image

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