summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2002-05-03 23:22:03 +0200
committerJustin Erenkrantz <jerenkrantz@apache.org>2002-05-03 23:22:03 +0200
commit62e5c1f4a18b92bbcec929aadc5778964d78ebf9 (patch)
treef9be154ac70dc694502798448e9ff8032950fdfa /Makefile.in
parentFix generated httpd.conf to respect layout for LoadModule lines. (diff)
downloadapache2-62e5c1f4a18b92bbcec929aadc5778964d78ebf9.tar.xz
apache2-62e5c1f4a18b92bbcec929aadc5778964d78ebf9.zip
Remove autom4te.cache when doing make distclean.
We can't specify it in DISTCLEAN_TARGETS because it is a directory. Perhaps we could modify DISTCLEAN_TARGETS to delete dirs too, but that's outside the scope of what Thom (or I) want to deal with now. Submitted by: Thom May <thom@planetarytramp.net> Reviewed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94922 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 2b5f5c593e..7fa894c06e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -183,4 +183,7 @@ install-suexec:
suexec:
cd support && $(MAKE) suexec
+x-local-distclean:
+ $(RM) -r autom4te.cache
+
include $(top_srcdir)/os/os2/core.mk