diff options
author | Chip Salzenberg <chip@perl.com> | 1997-04-18 00:00:00 +0000 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-04-18 00:00:00 +0000 |
commit | ba14e5f0afeb176c620913c9b11899cec600a0ab (patch) | |
tree | fcba5b7877c92f264aedc256b65b3cd668f83ac8 /ext/SDBM_File/sdbm | |
parent | 02a7d5cb666eef4f69f7ec114a4bfe9de103c815 (diff) | |
download | perl-ba14e5f0afeb176c620913c9b11899cec600a0ab.tar.gz |
Fix NAME in SDBM_File build
Diffstat (limited to 'ext/SDBM_File/sdbm')
-rw-r--r-- | ext/SDBM_File/sdbm/Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/SDBM_File/sdbm/Makefile.PL b/ext/SDBM_File/sdbm/Makefile.PL index b844147482..21ad7576c3 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)], |