mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
adjust to use plain 'make' even for cross-compiles if using configure-
style build
This commit is contained in:
parent
410942e9df
commit
44f2024bab
@ -447,9 +447,10 @@ if (grepfile("define USE_ARES", "lib/config$confsuffix.h")) {
|
|||||||
logit "build ares";
|
logit "build ares";
|
||||||
chdir "ares";
|
chdir "ares";
|
||||||
|
|
||||||
if ($targetos ne '') {
|
if ($targetos && !$configurebuild) {
|
||||||
open(F, "make -f Makefile.$targetos 2>&1 |") or die;
|
open(F, "make -f Makefile.$targetos 2>&1 |") or die;
|
||||||
} else {
|
}
|
||||||
|
else {
|
||||||
open(F, "make 2>&1 |") or die;
|
open(F, "make 2>&1 |") or die;
|
||||||
}
|
}
|
||||||
while (<F>) {
|
while (<F>) {
|
||||||
|
Loading…
Reference in New Issue
Block a user