summaryrefslogtreecommitdiff
path: root/utils/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'utils/Makefile.PL')
-rw-r--r--utils/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile.PL b/utils/Makefile.PL
index c5e3694b8a..8e461d41eb 100644
--- a/utils/Makefile.PL
+++ b/utils/Makefile.PL
@@ -26,7 +26,7 @@ my $perl = defined $Config{usedl} ? '../miniperl' : '../perl';
print $fh <<"EOT";
PERL = $perl
REALPERL = ../perl
-RUN = $Config{run} # Used mainly cross-compilation setups.
+RUN = # Used mainly cross-compilation setups.
EOT