This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
PERL_SRC already has brackets on VMS.
[perl5.git]
/
ext
/
DynaLoader
/
Makefile.PL
diff --git
a/ext/DynaLoader/Makefile.PL
b/ext/DynaLoader/Makefile.PL
index
a58e952
..
d3670a8
100644
(file)
--- a/
ext/DynaLoader/Makefile.PL
+++ b/
ext/DynaLoader/Makefile.PL
@@
-50,7
+50,7
@@
sub MY::static {
if ($is_mswin || $is_netware) {
$object = '$(PERL_SRC)\\$(OBJECT)';
} elsif ($is_vms) {
- $object = '
[$(PERL_SRC)].
$(OBJECT)';
+ $object = '
$(PERL_SRC)
$(OBJECT)';
} else {
$object = '$(PERL_SRC)/$(OBJECT)';
}