summaryrefslogtreecommitdiff
path: root/utils/c2ph.PL
diff options
context:
space:
mode:
Diffstat (limited to 'utils/c2ph.PL')
-rw-r--r--utils/c2ph.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/c2ph.PL b/utils/c2ph.PL
index dfe9f24db8..ece26acbc1 100644
--- a/utils/c2ph.PL
+++ b/utils/c2ph.PL
@@ -1392,5 +1392,5 @@ close OUT or die "Can't close $file: $!";
chmod 0755, $file or die "Can't reset permissions for $file: $!\n";
unlink 'pstruct';
print "Linking c2ph to pstruct.\n";
-link c2ph, pstruct;
+link c2ph, pstruct unless $Config{'osname'} eq 'VMS';
exec("$Config{'eunicefix'} $file") if $Config{'eunicefix'} ne ':';