]> granicus.if.org Git - apache/commitdiff
Remove autom4te.cache when doing make distclean.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 3 May 2002 21:22:03 +0000 (21:22 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 3 May 2002 21:22:03 +0000 (21:22 +0000)
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

CHANGES
Makefile.in

diff --git a/CHANGES b/CHANGES
index 24a921185a07bffc37e9c27bb897620d13d70395..0fb7b49631eba7d3d2d2c422b08d627293bae973 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
 Changes with Apache 2.0.37
 
+  *) Remove autom4te.cache in 'make distclean'.
+     [Thom May <thom@planetarytramp.net>]
+
   *) Fix generated httpd.conf to respect layout for LoadModule lines.
      PR 8170.  [Thom May <thom@planetarytramp.net>]
 
index 2b5f5c593ee4b4e6ac47c880fa07f8852c406f44..7fa894c06ede7dac5129a2138534340d77667ad9 100644 (file)
@@ -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