summaryrefslogtreecommitdiff
path: root/t/link_cond.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/link_cond.sh')
-rw-r--r--t/link_cond.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/t/link_cond.sh b/t/link_cond.sh
index 43f06d812..98b523bc3 100644
--- a/t/link_cond.sh
+++ b/t/link_cond.sh
@@ -60,11 +60,11 @@ main ()
END
./configure have_cxx=no
-CXX=false $MAKE -e
+run_make CXX=false
# Sanity check.
rm -f foo foo.exe
-CC=false $MAKE -e && exit 99
+run_make CC=false && exit 99
$MAKE distclean
@@ -79,10 +79,10 @@ int main (void)
END
./configure have_cxx=yes
-CC=false $MAKE -e
+run_make CC=false
# Sanity check.
rm -f foo foo.exe
-CXX=false $MAKE -e && exit 99
+run_make CXX=false && exit 99
: