From 753ef4bafaf15d1c3776c3898c57874038edb207 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Thu, 10 Jan 2002 03:14:30 +0000 Subject: [PATCH] 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 --- Makefile.win | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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\ -- 2.50.1