summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk')
-rw-r--r--mk/depend.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/depend.mk b/mk/depend.mk
index 8e66c1c..086c9a5 100644
--- a/mk/depend.mk
+++ b/mk/depend.mk
@@ -5,6 +5,7 @@ CLEANFILES+= .depend
IGNOREFILES+= .depend
.depend: ${SRCS}
+ rm -f .depend
${CC} ${CPPFLAGS} -MM ${SRCS} > .depend
depend: .depend extra_depend