From: Daniel Stenberg Date: Sat, 5 Mar 2005 00:04:52 +0000 (+0000) Subject: Samuel Díaz García's correction X-Git-Tag: curl-7_13_2~127 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=31891b55a4cfb35b49093edd611fa01ed9f4df2a;p=thirdparty%2Fcurl.git Samuel Díaz García's correction --- diff --git a/ares/vc/adig/adig.mak b/ares/vc/adig/adig.mak index 4427f81e96..39dad8a0d7 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 109a00c03d..c97621bc89 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"