diff options
author | Justin Erenkrantz <jerenkrantz@apache.org> | 2002-05-03 23:22:03 +0200 |
---|---|---|
committer | Justin Erenkrantz <jerenkrantz@apache.org> | 2002-05-03 23:22:03 +0200 |
commit | 62e5c1f4a18b92bbcec929aadc5778964d78ebf9 (patch) | |
tree | f9be154ac70dc694502798448e9ff8032950fdfa /Makefile.in | |
parent | Fix generated httpd.conf to respect layout for LoadModule lines. (diff) | |
download | apache2-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.in | 3 |
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 |