summaryrefslogtreecommitdiff
path: root/ext/DB_File
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-01-24 10:43:03 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-01-24 10:43:03 +0000
commit6570f7848406340d371b9f81689299e3b739279f (patch)
tree433c3efc96acdebf51bcb7ce00976ca7e398b8cf /ext/DB_File
parent548da3d2226362a0902abd52eeecaeeaccb0a978 (diff)
downloadperl-6570f7848406340d371b9f81689299e3b739279f.tar.gz
fix typos; avoid use constant for lowercase constants (produces
warnings now) p4raw-id: //depot/perl@4874
Diffstat (limited to 'ext/DB_File')
-rw-r--r--ext/DB_File/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/DB_File/Makefile.PL b/ext/DB_File/Makefile.PL
index a247924ec8..cac6578bb3 100644
--- a/ext/DB_File/Makefile.PL
+++ b/ext/DB_File/Makefile.PL
@@ -16,7 +16,7 @@ WriteMakefile(
VERSION_FROM => 'DB_File.pm',
OBJECT => 'version$(OBJ_EXT) DB_File$(OBJ_EXT)',
XSPROTOARG => '-noprototypes',
- DEFINE => "$OS2",
+ DEFINE => $OS2 || "",
);
sub MY::postamble {