You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2002/08/29 21:03:28 UTC

cvs commit: httpd-2.0/support Makefile.in

trawick     2002/08/29 12:03:28

  Modified:    support  Makefile.in
  Log:
  envvars-std is build by configure so it needs to be removed by
  make distclean or make extraclean
  
  Revision  Changes    Path
  1.37      +1 -1      httpd-2.0/support/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/support/Makefile.in,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- Makefile.in	15 Jun 2002 04:41:52 -0000	1.36
  +++ Makefile.in	29 Aug 2002 19:03:27 -0000	1.37
  @@ -1,5 +1,5 @@
   DISTCLEAN_TARGETS = apxs apachectl dbmmanage log_server_status \
  -	logresolve.pl phf_abuse_log.cgi split-logfile
  +	logresolve.pl phf_abuse_log.cgi split-logfile envvars-std
   
   PROGRAMS = htpasswd htdigest rotatelogs logresolve ab checkgid htdbm
   TARGETS  = $(PROGRAMS)