From: Jarkko Hietaniemi Date: Thu, 31 Jul 2003 05:39:11 +0000 (+0000) Subject: Schwern says this is most probably an old VMS MakeMaker X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e56d24debc8bcb8df9c55e541615965b9a93cd54;p=p5sagit%2Fp5-mst-13.2.git Schwern says this is most probably an old VMS MakeMaker bug workaround that can go now. p4raw-id: //depot/perl@20370 --- diff --git a/ext/SDBM_File/sdbm/Makefile.PL b/ext/SDBM_File/sdbm/Makefile.PL index 2e576da..48e3c49 100644 --- a/ext/SDBM_File/sdbm/Makefile.PL +++ b/ext/SDBM_File/sdbm/Makefile.PL @@ -13,7 +13,6 @@ WriteMakefile( # LINKTYPE => 'static', DEFINE => $define, INC => '-I$(PERL_INC)', # force PERL_INC dir ahead of system -I's - INST_ARCHLIB => '.', SKIP => [qw(dynamic dynamic_lib dlsyms)], OBJECT => '$(O_FILES)', clean => {'FILES' => 'dbu libsdbm.a dbd dba dbe x-dbu *.dir *.pag'},