From: William A. Rowe Jr Date: Thu, 10 Jan 2002 03:14:30 +0000 (+0000) Subject: VC 5.0 is too picky for my taste - didn't pick up the target due to X-Git-Tag: 2.0.31~239 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58c3bb2c2791c23759e0cccc9cad521070385b46;p=apache VC 5.0 is too picky for my taste - didn't pick up the target due to the silly slash. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92796 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.win b/Makefile.win index 3aa2bacfc3..b6b8919f55 100644 --- a/Makefile.win +++ b/Makefile.win @@ -50,10 +50,10 @@ SSLBIN=out32dll _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\