From 838278dfaa09da224b9117e77c9e5271cbeb73b8 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Thu, 22 Jun 2006 19:18:19 +0000 Subject: [PATCH] (clean-unix): Use DEPTARGETS_CLEAN instead of DEPTARGETS. (DEPTARGETS_CLEAN, DEPTARGETS_@top_srcdir@_.): New targets; define so that DEPTARGETS_CLEAN has the DEP_VERIFY targets only at the top level. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18203 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config/post.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/config/post.in b/src/config/post.in index e960a455d..a20edf934 100644 --- a/src/config/post.in +++ b/src/config/post.in @@ -97,6 +97,8 @@ depend-update-makefile: .depend depend-recurse else :; fi DEPTARGETS = .depend .d .dtmp $(DEP_VERIFY) +DEPTARGETS_CLEAN = .depend .d .dtmp $(DEPTARGETS_@srcdir@_@CONFIG_RELTOPDIR@) +DEPTARGETS_@top_srcdir@_. = $(DEP_VERIFY) # # end dependency generation @@ -105,7 +107,7 @@ DEPTARGETS = .depend .d .dtmp $(DEP_VERIFY) clean:: clean-$(WHAT) clean-unix:: - $(RM) $(OBJS) $(DEPTARGETS) $(EXTRA_FILES) + $(RM) $(OBJS) $(DEPTARGETS_CLEAN) $(EXTRA_FILES) -$(RM) -r $(srcdir)/$(thisconfigdir)/autom4te.cache clean-windows:: -- 2.26.2