Change all the -'s to _'s.

This commit is contained in:
Dr. Stephen Henson 1999-08-05 00:11:05 +00:00
parent ef54bde85b
commit e9185df40e

View file

@ -403,7 +403,7 @@ vclean:
EOF
my $platform_cpp_symbol = "MK1MF_PLATFORM_$platform";
$platform_cpp_symbol =~ s/-/_/;
$platform_cpp_symbol =~ s/-/_/g;
if (open(IN,"crypto/buildinf.h"))
{
# Remove entry for this platform in existing file buildinf.h.