summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2006-06-22 19:18:19 +0000
committerKen Raeburn <raeburn@mit.edu>2006-06-22 19:18:19 +0000
commit838278dfaa09da224b9117e77c9e5271cbeb73b8 (patch)
treec884af77f1c3efc49f7a1688ab29736e9825c87b /src/config
parentec1198eebb7dcb9957446fa73cd08c0c1d645c42 (diff)
downloadkrb5-838278dfaa09da224b9117e77c9e5271cbeb73b8.tar.gz
krb5-838278dfaa09da224b9117e77c9e5271cbeb73b8.tar.xz
krb5-838278dfaa09da224b9117e77c9e5271cbeb73b8.zip
(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
Diffstat (limited to 'src/config')
-rw-r--r--src/config/post.in4
1 files changed, 3 insertions, 1 deletions
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::