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.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/link_cond.sh b/t/link_cond.sh
index a03a7a234..ae2fe5f8f 100644
--- a/t/link_cond.sh
+++ b/t/link_cond.sh
@@ -60,7 +60,7 @@ main ()
END
./configure have_cxx=no
-run_make CXX=false
+$MAKE CXX=false
# Sanity check.
rm -f foo foo.exe
@@ -79,7 +79,7 @@ int main (void)
END
./configure have_cxx=yes
-run_make CC=false
+$MAKE CC=false
# Sanity check.
rm -f foo foo.exe