You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by st...@locus.apache.org on 2000/04/05 05:17:48 UTC

cvs commit: apache-2.0/src Makefile.win

stoddard    00/04/04 20:17:48

  Modified:    src      Makefile.win
  Log:
  Windows: Cleanup auto-generated apr.h and apr_config.h
  
  Revision  Changes    Path
  1.5       +4 -1      apache-2.0/src/Makefile.win
  
  Index: Makefile.win
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/Makefile.win,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Makefile.win	2000/03/24 04:45:27	1.4
  +++ Makefile.win	2000/04/05 03:17:47	1.5
  @@ -115,7 +115,10 @@
   _clean:
   	cd lib\apr
   	 nmake /nologo CFG="aprlib - Win32 $(LONG)" -f aprlib.mak clean
  -	cd ..\..
  +	cd include
  +         del apr.h
  +         del apr_config.h
  +	cd ..\..\..
   	cd regex
   	 nmake /nologo CFG="regex - Win32 $(LONG)" -f regex.mak clean
   	cd ..