From d708ee4b2cf817d9803f6f18f87d6ce91ca74ff4 Mon Sep 17 00:00:00 2001 From: Jess Robinson Date: Sat, 29 Dec 2012 21:29:50 +0000 Subject: Stop using $run for anything other than testing compiled tests in Configure. When cross-compiling we want to run miniperl etc on the compile host, not the test target --- Makefile.SH | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.SH') diff --git a/Makefile.SH b/Makefile.SH index 9e55e65a0f..6bb91cc257 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -302,7 +302,7 @@ STATIC_LDFLAGS = $static_ldflags LDLIBPTH = $ldlibpth # Sometimes running an executable is an adventure. -RUN = $run +RUN = # These variables may need to be manually set for non-Unix systems. AR = $full_ar -- cgit v1.2.1