diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-03-05 00:04:52 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-03-05 00:04:52 +0000 |
commit | 31891b55a4cfb35b49093edd611fa01ed9f4df2a (patch) | |
tree | 6d1bf05b9f50aaab945fb9f083e054e4e39841c0 /ares | |
parent | aa47ac4c066fa125ec1bfef941698f49a548aede (diff) |
Samuel Díaz García's correction
Diffstat (limited to 'ares')
-rw-r--r-- | ares/vc/adig/adig.mak | 8 | ||||
-rw-r--r-- | ares/vc/ahost/ahost.mak | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/ares/vc/adig/adig.mak b/ares/vc/adig/adig.mak index 4427f81e9..39dad8a0d 100644 --- a/ares/vc/adig/adig.mak +++ b/ares/vc/adig/adig.mak @@ -185,24 +185,24 @@ SOURCE=..\..\getopt.c !IF "$(CFG)" == "adig - Win32 Release"
"areslib - Win32 Release" :
- cd ".\areslib"
+ cd "..\areslib"
$(MAKE) /$(MAKEFLAGS) /F ".\areslib.mak" CFG="areslib - Win32 Release"
cd "..\adig"
"areslib - Win32 ReleaseCLEAN" :
- cd ".\areslib"
+ cd "..\areslib"
$(MAKE) /$(MAKEFLAGS) /F ".\areslib.mak" CFG="areslib - Win32 Release" RECURSE=1 CLEAN
cd "..\adig"
!ELSEIF "$(CFG)" == "adig - Win32 Debug"
"areslib - Win32 Debug" :
- cd ".\areslib"
+ cd "..\areslib"
$(MAKE) /$(MAKEFLAGS) /F ".\areslib.mak" CFG="areslib - Win32 Debug"
cd "..\adig"
"areslib - Win32 DebugCLEAN" :
- cd ".\areslib"
+ cd "..\areslib"
$(MAKE) /$(MAKEFLAGS) /F ".\areslib.mak" CFG="areslib - Win32 Debug" RECURSE=1 CLEAN
cd "..\adig"
diff --git a/ares/vc/ahost/ahost.mak b/ares/vc/ahost/ahost.mak index 109a00c03..c97621bc8 100644 --- a/ares/vc/ahost/ahost.mak +++ b/ares/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"
|