You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pc...@hyperreal.org on 1997/11/20 17:10:09 UTC

cvs commit: apachen/src Makefile.nt

pcs         97/11/20 08:10:08

  Modified:    src      Makefile.nt
  Log:
  Fix makefile for NT/95 for when buildmark.obj does not already exist
  
  Obtained from: Ben Hyde <bh...@gensym.com>
  
  Revision  Changes    Path
  1.19      +2 -2      apachen/src/Makefile.nt
  
  Index: Makefile.nt
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/Makefile.nt,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- Makefile.nt	1997/11/16 15:43:13	1.18
  +++ Makefile.nt	1997/11/20 16:10:08	1.19
  @@ -18,7 +18,7 @@
   	 set CFG=regex - Win32 Release
   	 nmake /nologo -f regex.mak
   	cd ..
  -	 del CoreR\buildmark.obj
  +	 -del CoreR\buildmark.obj
   	 set CFG=ApacheCore - Win32 Release
   	 nmake /nologo -f ApacheCore.mak
   	 set CFG=Apache - Win32 Release
  @@ -57,7 +57,7 @@
   	 set CFG=regex - Win32 Debug
   	 nmake /nologo -f regex.mak
   	cd ..
  -	 del CoreD\buildmark.obj
  +	 -del CoreD\buildmark.obj
   	 set CFG=ApacheCore - Win32 Debug
   	 nmake /nologo -f ApacheCore.mak
   	 set CFG=Apache - Win32 Debug