From 4cbdb2eec0ad34c66cb91304b73c422af4fd233a Mon Sep 17 00:00:00 2001 From: "Victor J. Orlikowski" Date: Thu, 7 Jun 2001 23:32:14 +0000 Subject: [PATCH] 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 --- support/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/support/Makefile.in b/support/Makefile.in index 75f17b186e8..bfd9f0a0840 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) -- 2.47.2