]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Remove .depend before creating it.
authorRoy Marples <roy@marples.name>
Fri, 24 Apr 2009 08:33:48 +0000 (08:33 +0000)
committerRoy Marples <roy@marples.name>
Fri, 24 Apr 2009 08:33:48 +0000 (08:33 +0000)
mk/depend.mk

index 4ecce31199e674f282d813fbd1079f86f25ea4f3..8dad1d91b5a8fc2de62c9dad17f31a20c1b1a9e4 100644 (file)
@@ -4,6 +4,7 @@
 CLEANFILES+=   .depend
 
 .depend: ${SRCS}
+       rm -f .depend
        ${CC} ${CPPFLAGS} -MM ${SRCS} > .depend
 
 depend: .depend