]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
We don't create these files, so don't clean them.
authorRoy Marples <roy@marples.name>
Tue, 9 Sep 2008 15:36:50 +0000 (15:36 +0000)
committerRoy Marples <roy@marples.name>
Tue, 9 Sep 2008 15:36:50 +0000 (15:36 +0000)
mk/prog.mk

index b6e3efc169fd52218234de1ce7642b548cc31e37..f818556ec2a3432b75e1d6d85a79d202ba11e274 100644 (file)
@@ -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