From: Roy Marples Date: Tue, 9 Sep 2008 15:36:50 +0000 (+0000) Subject: We don't create these files, so don't clean them. X-Git-Tag: v5.0.0~273 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21164dfb798aedb56d11bcdca897106748094d91;p=thirdparty%2Fdhcpcd.git We don't create these files, so don't clean them. --- diff --git a/mk/prog.mk b/mk/prog.mk index b6e3efc1..f818556e 100644 --- a/mk/prog.mk +++ b/mk/prog.mk @@ -51,7 +51,7 @@ install: _proginstall _scriptsinstall _filesinstall _maninstall 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