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 2004/03/15 20:59:18 UTC

cvs commit: httpd-2.0 Makefile.win

wrowe       2004/03/15 11:59:18

  Modified:    .        Makefile.win
  Log:
    Bugfix 1; if no ssl, no reason for ssl.conf.
  
  Revision  Changes    Path
  1.136     +2 -0      httpd-2.0/Makefile.win
  
  Index: Makefile.win
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/Makefile.win,v
  retrieving revision 1.135
  retrieving revision 1.136
  diff -u -r1.135 -r1.136
  --- Makefile.win	21 Jan 2004 20:55:21 -0000	1.135
  +++ Makefile.win	15 Mar 2004 19:59:18 -0000	1.136
  @@ -658,6 +658,7 @@
   	print $$0;
       }
   <<
  +!IF EXIST("srclib\openssl")
   	if not exist "$(INSTDIR)\conf\ssl.conf" \
   	    copy "$(INSTDIR)\conf\ssl.default.conf" "$(INSTDIR)\conf\ssl.conf"
   	-awk -f <<script.awk "support/dbmmanage.in" >"$(INSTDIR)\bin\dbmmanage.pl"
  @@ -668,5 +669,6 @@
   	  print $$0;
       }
   <<
  +!ENDIF
   	del .y
   	del .a