summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
Diffstat (limited to 'makedef.pl')
-rw-r--r--makedef.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl
index 1a44d1bd58..8d6148a123 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -196,6 +196,9 @@ if ($ARGS{PLATFORM} ne 'os2') {
);
if ($ARGS{PLATFORM} eq 'vms') {
++$skip{PL_statusvalue_posix};
+ # This is a wrapper if we have symlink, not a replacement
+ # if we don't.
+ ++$skip{Perl_my_symlink} unless $Config{d_symlink};
} else {
++$skip{PL_statusvalue_vms};
if ($ARGS{PLATFORM} ne 'aix') {