You shouldn't be seeing an httpd.exp in support/ any more, so this change
shouldn't be needed either.
Hmm. Looking at server/Makefile.in, you have httpd.exp as a CLEAN_TARGET
rather than a distclean. That should change to be a distclean.
Cheers,
-g
On Thu, Jun 07, 2001 at 11:32:14PM -0000, [EMAIL PROTECTED] wrote:
> orlikowski 01/06/07 16:32:14
>
> Modified: support Makefile.in
> Log:
> Clean out httpd.exp when cleaning up.
>
> Revision Changes Path
> 1.17 +2 -2 httpd-2.0/support/Makefile.in
>
> Index: Makefile.in
> ===================================================================
> RCS file: /home/cvs/httpd-2.0/support/Makefile.in,v
> retrieving revision 1.16
> retrieving revision 1.17
> diff -u -r1.16 -r1.17
> --- Makefile.in 2001/06/07 10:03:29 1.16
> +++ Makefile.in 2001/06/07 23:32:14 1.17
> @@ -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)
>
>
>
--
Greg Stein, http://www.lyra.org/