From: Daniel Stenberg Date: Fri, 18 Mar 2005 09:21:25 +0000 (+0000) Subject: adjust to use plain 'make' even for cross-compiles if using configure- X-Git-Tag: curl-7_13_2~48 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=44f2024bab29aaff4b86d2f19ee50ee74b171531;p=thirdparty%2Fcurl.git adjust to use plain 'make' even for cross-compiles if using configure- style build --- diff --git a/tests/testcurl.pl b/tests/testcurl.pl index fbd5cfbd03..db5ca2e6c1 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -447,9 +447,10 @@ if (grepfile("define USE_ARES", "lib/config$confsuffix.h")) { logit "build ares"; chdir "ares"; - if ($targetos ne '') { + if ($targetos && !$configurebuild) { open(F, "make -f Makefile.$targetos 2>&1 |") or die; - } else { + } + else { open(F, "make 2>&1 |") or die; } while () {