summaryrefslogtreecommitdiffstats
path: root/src/config/post.in
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2002-09-19 18:22:00 +0000
committerKen Raeburn <raeburn@mit.edu>2002-09-19 18:22:00 +0000
commit3c628fef39ebc6b7e0672ff4f64939e0c316e017 (patch)
tree23ab52631b765b08ad17f017471f64caa8353560 /src/config/post.in
parent781d57316f48c46e74c7b2a1448804f0aa1a3fab (diff)
downloadkrb5-3c628fef39ebc6b7e0672ff4f64939e0c316e017.tar.gz
krb5-3c628fef39ebc6b7e0672ff4f64939e0c316e017.tar.xz
krb5-3c628fef39ebc6b7e0672ff4f64939e0c316e017.zip
* post.in ($(srcdir)/$(thisconfigdir)/configure): Delete autom4te.cache directory
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14882 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config/post.in')
-rw-r--r--src/config/post.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config/post.in b/src/config/post.in
index 6817ceabd..ddd2e6661 100644
--- a/src/config/post.in
+++ b/src/config/post.in
@@ -94,8 +94,10 @@ $(thisconfigdir)/config.status: $(srcdir)/$(thisconfigdir)/configure
cd $(thisconfigdir) && $(SHELL) config.status --recheck
$(srcdir)/$(thisconfigdir)/configure: $(srcdir)/$(thisconfigdir)/configure.in \
$(SRCTOP)/aclocal.m4
+ -$(RM) -r $(srcdir)/$(thisconfigdir)/autom4te.cache
cd $(srcdir)/$(thisconfigdir) && \
$(AUTOCONF) --localdir=$(CONFIG_RELTOPDIR) $(AUTOCONFFLAGS)
+ -$(RM) -r $(srcdir)/$(thisconfigdir)/autom4te.cache
RECURSE_TARGETS=all-recurse clean-recurse distclean-recurse install-recurse \
check-recurse depend-recurse Makefiles-recurse