Updated some CLEANFILES macros in Makefiles.
This commit is contained in:
parent
8ccfb29765
commit
f3e1b1c226
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue