correct previous fix:
- add CLEANDEPEND variable for stuff which should be cleaned out in "cleandepend" phase. - add it to the files removed during the cleandepend phase.
This commit is contained in:
parent
74ed5b7f0f
commit
d5c8aa5ff2
@ -1,4 +1,4 @@
|
||||
# $NetBSD: bsd.dep.mk,v 1.26 1999/02/24 22:04:15 simonb Exp $
|
||||
# $NetBSD: bsd.dep.mk,v 1.27 1999/08/11 02:00:15 sommerfeld Exp $
|
||||
|
||||
.PHONY: cleandepend
|
||||
cleandir distclean: cleandepend
|
||||
@ -42,7 +42,7 @@ depend: .depend
|
||||
${CXXFLAGS:M-[ID]*} ${CPPFLAGS} $$files; \
|
||||
fi
|
||||
cleandepend:
|
||||
rm -f .depend ${.CURDIR}/tags
|
||||
rm -f .depend ${.CURDIR}/tags ${CLEANDEPEND}
|
||||
.else
|
||||
cleandepend:
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user