From: Chip Salzenberg Date: Fri, 18 Apr 1997 00:00:00 +0000 (+0000) Subject: Fix NAME in SDBM_File build X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ba14e5f0afeb176c620913c9b11899cec600a0ab;p=p5sagit%2Fp5-mst-13.2.git Fix NAME in SDBM_File build --- diff --git a/ext/SDBM_File/sdbm/Makefile.PL b/ext/SDBM_File/sdbm/Makefile.PL index b844147..21ad757 100644 --- a/ext/SDBM_File/sdbm/Makefile.PL +++ b/ext/SDBM_File/sdbm/Makefile.PL @@ -4,7 +4,7 @@ $define = '-DSDBM -DDUFF'; $define .= ' -DWIN32' if ($^O eq 'MSWin32'); WriteMakefile( - NAME => 'SDBM_File/sdbm', # doesn't matter what the name is here + NAME => 'sdbm', # (doesn't matter what the name is here) oh yes it does LINKTYPE => 'static', DEFINE => $define, SKIP => [qw(dynamic dynamic_lib)],