summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/ext
diff options
context:
space:
mode:
authorAndrew Fresh <afresh1@cvs.openbsd.org>2020-06-27 20:44:14 +0000
committerAndrew Fresh <afresh1@cvs.openbsd.org>2020-06-27 20:44:14 +0000
commite5b9b28e4d79ae4ab1a27f693d65b3e534dc23f4 (patch)
tree2661a02578c03739e996757009ad370de6947f40 /gnu/usr.bin/perl/ext
parent6755f6ba5ae18c7adaefc1b441a31aa3614ac160 (diff)
Remove some customizations from the perl build
This was originally done so that other things in-tree such as vi could link to libperl and to support non-shared vax. This brings us more in-line with upstream and makes things more understandable. It now links libperl.so to libm, which some software needs, and stops building and installing libperl.a. OK bluhm@
Diffstat (limited to 'gnu/usr.bin/perl/ext')
-rw-r--r--gnu/usr.bin/perl/ext/DynaLoader/Makefile.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/ext/DynaLoader/Makefile.PL b/gnu/usr.bin/perl/ext/DynaLoader/Makefile.PL
index 81bd54665a7..864af3ed8e2 100644
--- a/gnu/usr.bin/perl/ext/DynaLoader/Makefile.PL
+++ b/gnu/usr.bin/perl/ext/DynaLoader/Makefile.PL
@@ -65,8 +65,8 @@ sub MY::static {
return "
$object : \$(FIRST_MAKEFILE) \$(OBJECT)
- #\$(RM_RF) $object
- #\$(CP) \$(OBJECT) $object
+ \$(RM_RF) $object
+ \$(CP) \$(OBJECT) $object
static :: $object
";