summaryrefslogtreecommitdiff
path: root/vc/ahost
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-03-05 00:04:52 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-03-05 00:04:52 +0000
commit989849366122cdd1abd7caa1ce979145e96ccdca (patch)
tree97924a83fc20e057ba3e2ad380ab4ef4764548f7 /vc/ahost
parente1290d34107e2a13ae211d7f5f8755c1bc2514de (diff)
downloadc-ares-989849366122cdd1abd7caa1ce979145e96ccdca.tar.gz
c-ares-989849366122cdd1abd7caa1ce979145e96ccdca.tar.bz2
c-ares-989849366122cdd1abd7caa1ce979145e96ccdca.zip
Samuel Díaz García's correction
Diffstat (limited to 'vc/ahost')
-rw-r--r--vc/ahost/ahost.mak8
1 files changed, 4 insertions, 4 deletions
diff --git a/vc/ahost/ahost.mak b/vc/ahost/ahost.mak
index 109a00c..c97621b 100644
--- a/vc/ahost/ahost.mak
+++ b/vc/ahost/ahost.mak
@@ -195,24 +195,24 @@ SOURCE=..\..\ahost.c
!IF "$(CFG)" == "ahost - Win32 Release"
"areslib - Win32 Release" :
- cd ".\areslib"
+ cd "..\areslib"
$(MAKE) /$(MAKEFLAGS) /F ".\areslib.mak" CFG="areslib - Win32 Release"
cd "..\ahost"
"areslib - Win32 ReleaseCLEAN" :
- cd ".\areslib"
+ cd "..\areslib"
$(MAKE) /$(MAKEFLAGS) /F ".\areslib.mak" CFG="areslib - Win32 Release" RECURSE=1 CLEAN
cd "..\ahost"
!ELSEIF "$(CFG)" == "ahost - Win32 Debug"
"areslib - Win32 Debug" :
- cd ".\areslib"
+ cd "..\areslib"
$(MAKE) /$(MAKEFLAGS) /F ".\areslib.mak" CFG="areslib - Win32 Debug"
cd "..\ahost"
"areslib - Win32 DebugCLEAN" :
- cd ".\areslib"
+ cd "..\areslib"
$(MAKE) /$(MAKEFLAGS) /F ".\areslib.mak" CFG="areslib - Win32 Debug" RECURSE=1 CLEAN
cd "..\ahost"