summaryrefslogtreecommitdiff
path: root/x2p/find2perl.PL
diff options
context:
space:
mode:
Diffstat (limited to 'x2p/find2perl.PL')
-rw-r--r--x2p/find2perl.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/x2p/find2perl.PL b/x2p/find2perl.PL
index 2ffc338075..c23fc923a8 100644
--- a/x2p/find2perl.PL
+++ b/x2p/find2perl.PL
@@ -14,6 +14,7 @@ use File::Basename qw(&basename &dirname);
# This is so that make depend always knows where to find PL derivatives.
chdir dirname($0);
$file = basename($0, '.PL');
+$file .= '.com' if $^O eq 'VMS';
open OUT,">$file" or die "Can't create $file: $!";