summaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2002-02-27 17:41:34 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2002-02-27 17:41:34 +0000
commitb3bd2ed48cab626c9a672cb1c9cf3182b7f7a659 (patch)
tree7f9de99650d40abcba8cb69383929b663cf6e7ae /Makefile.win
parentdb99ee63f87b9edb202fc0ba9672a795fa2f6cd7 (diff)
downloadhttpd-b3bd2ed48cab626c9a672cb1c9cf3182b7f7a659.tar.gz
This baffled .mak exported build targets for mod_ssl/abs. They will
recognize their output only as .\Release|Debug\mod_ssl.so, etc. Without the leading .\ kept getting 'dunno how to make ... target' git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93602 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.win')
-rw-r--r--Makefile.win4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.win b/Makefile.win
index 671909c856..01bc6c8858 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -55,10 +55,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 /USEENV /MAKE \