diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-31 05:39:11 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-31 05:39:11 +0000 |
commit | e56d24debc8bcb8df9c55e541615965b9a93cd54 (patch) | |
tree | 513c14d263b67af3083862627e16efe7fdbda72f | |
parent | b69885a625fdcb7dccd41c0bfbeb615a164ff876 (diff) | |
download | perl-e56d24debc8bcb8df9c55e541615965b9a93cd54.tar.gz |
Schwern says this is most probably an old VMS MakeMaker
bug workaround that can go now.
p4raw-id: //depot/perl@20370
-rw-r--r-- | ext/SDBM_File/sdbm/Makefile.PL | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/SDBM_File/sdbm/Makefile.PL b/ext/SDBM_File/sdbm/Makefile.PL index 2e576da3d6..48e3c4916e 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'}, |