We don't generate .o's anymore for helper programs, so don't CLEANFILES them.

This commit is contained in:
wrstuden 1998-09-12 18:58:41 +00:00
parent d10063d5c7
commit 1037acbf7e
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.44 1998/09/12 18:55:07 wrstuden Exp $
# $NetBSD: Makefile,v 1.45 1998/09/12 18:58:41 wrstuden Exp $
# @(#)Makefile 8.4 (Berkeley) 5/5/95
PROG= sh
@ -20,7 +20,6 @@ CPPFLAGS+=-DSHELL -I. -I${.CURDIR}
.PATH: ${.CURDIR}/bltin ${.CURDIR}/../../usr.bin/printf
CLEANFILES+= mkinit mknodes mksyntax
CLEANFILES+= mkinit.o mknodes.o mksyntax.o
CLEANFILES+= ${GENSRCS} y.tab.h
token.h: mktokens