diff options
author | Jess Robinson <castaway@desert-island.me.uk> | 2012-12-29 21:29:50 +0000 |
---|---|---|
committer | Brian Fraser <fraserbn@gmail.com> | 2014-01-22 13:08:19 -0300 |
commit | d708ee4b2cf817d9803f6f18f87d6ce91ca74ff4 (patch) | |
tree | a3cf4079273544ab17eca72786623bad7fcce7ab /Makefile.SH | |
parent | b3f5e06d5ac6935e10a18f3dcb6e437fb2861500 (diff) | |
download | perl-d708ee4b2cf817d9803f6f18f87d6ce91ca74ff4.tar.gz |
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
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-x | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
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 |