]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Should clean the core files too.
authorRoy Marples <roy@marples.name>
Thu, 29 May 2008 19:05:28 +0000 (19:05 +0000)
committerRoy Marples <roy@marples.name>
Thu, 29 May 2008 19:05:28 +0000 (19:05 +0000)
mk/prog.mk

index 385767d8fe72829d2a7cb94898597ee75cd32f28..bb296aad1795ae03856c6c578db9e4a37e6a6a8d 100644 (file)
@@ -38,7 +38,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 ${CLEANFILES}
+       rm -f ${OBJS} ${PROG} _${PROG}.c _${PROG}.o ${PROG}.core ${CLEANFILES}
 
 LINTFLAGS?=    -hx
 LINTFLAGS+=    -X 159,247,352