changeset 960:2bf1fef43ace draft

We don't create these files, so don't clean them.
author Roy Marples <roy@marples.name>
date Tue, 09 Sep 2008 15:36:50 +0000
parents 7e2114d0071d
children 1cd8de49352c
files mk/prog.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mk/prog.mk	Tue Sep 09 08:16:15 2008 +0000
+++ b/mk/prog.mk	Tue Sep 09 15:36:50 2008 +0000
@@ -51,7 +51,7 @@
 	for x in ${SUBDIRS}; do cd $$x; ${MAKE} $@; cd ..; done
 
 clean:
-	rm -f ${OBJS} ${PROG} _${PROG}.c _${PROG}.o ${PROG}.core ${CLEANFILES}
+	rm -f ${OBJS} ${PROG} ${PROG}.core ${CLEANFILES}
 
 LINTFLAGS?=	-hx
 LINTFLAGS+=	-X 159,247,352