diff options
author | Victor J. Orlikowski <orlikowski@apache.org> | 2001-06-08 01:32:14 +0200 |
---|---|---|
committer | Victor J. Orlikowski <orlikowski@apache.org> | 2001-06-08 01:32:14 +0200 |
commit | 4cbdb2eec0ad34c66cb91304b73c422af4fd233a (patch) | |
tree | 48d2dc9a241354870ac8c55f1883078cbb2bedad /support/Makefile.in | |
parent | Ignore the now-irrelevant httpd.exp. (diff) | |
download | apache2-4cbdb2eec0ad34c66cb91304b73c422af4fd233a.tar.xz apache2-4cbdb2eec0ad34c66cb91304b73c422af4fd233a.zip |
Clean out httpd.exp when cleaning up.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89300 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/Makefile.in')
-rw-r--r-- | support/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support/Makefile.in b/support/Makefile.in index 75f17b186e..bfd9f0a084 100644 --- a/support/Makefile.in +++ b/support/Makefile.in @@ -1,5 +1,5 @@ -DISTCLEAN_TARGETS = apxs apachectl dbmmanage log_server_status logresolve.pl \ - phf_abuse_log.cgi split-logfile +DISTCLEAN_TARGETS = apxs apachectl dbmmanage httpd.exp log_server_status \ + logresolve.pl phf_abuse_log.cgi split-logfile PROGRAMS = htpasswd htdigest rotatelogs logresolve ab TARGETS = $(PROGRAMS) |