You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2002/01/10 04:14:30 UTC

cvs commit: httpd-2.0 Makefile.win

wrowe       02/01/09 19:14:30

  Modified:    .        Makefile.win
  Log:
    VC 5.0 is too picky for my taste - didn't pick up the target due to
    the silly slash.
  
  Revision  Changes    Path
  1.86      +2 -2      httpd-2.0/Makefile.win
  
  Index: Makefile.win
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/Makefile.win,v
  retrieving revision 1.85
  retrieving revision 1.86
  diff -u -r1.85 -r1.86
  --- Makefile.win	10 Jan 2002 03:12:39 -0000	1.85
  +++ Makefile.win	10 Jan 2002 03:14:30 -0000	1.86
  @@ -50,10 +50,10 @@
   _tryssl:
   !IF EXIST("modules\ssl\mod_ssl.mak")
   	cd modules\ssl
  -        $(MAKE) $(MAKEOPT) -f mod_ssl.mak CFG="mod_ssl - Win32 $(LONG)" RECURSE=0 $(LONG)/mod_ssl.so
  +        $(MAKE) $(MAKEOPT) -f mod_ssl.mak CFG="mod_ssl - Win32 $(LONG)" RECURSE=0 $(LONG)\mod_ssl.so
   	cd ..\..
   	cd support
  -        $(MAKE) $(MAKEOPT) -f abs.mak CFG="abs - Win32 $(LONG)" RECURSE=0 $(LONG)/abs.exe
  +        $(MAKE) $(MAKEOPT) -f abs.mak CFG="abs - Win32 $(LONG)" RECURSE=0 $(LONG)\abs.exe
   	cd ..
   !ELSE
   	msdev Apache.dsw /MAKE\