Remove .depend before creating it.
This commit is contained in:
parent
5276b13926
commit
e2629b0a3b
@ -5,6 +5,7 @@ CLEANFILES+= .depend
|
||||
IGNOREFILES+= .depend
|
||||
|
||||
.depend: ${SRCS}
|
||||
rm -f .depend
|
||||
${CC} ${CPPFLAGS} -MM ${SRCS} > .depend
|
||||
|
||||
depend: .depend extra_depend
|
||||
|
Loading…
Reference in New Issue
Block a user