From: Dr. Stephen Henson Date: Thu, 5 Aug 1999 00:11:05 +0000 (+0000) Subject: Change all the -'s to _'s. X-Git-Tag: OpenSSL_0_9_4~27 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=e9185df40e021ac34f1ea1a84bc62fb4151c01cb;hp=ef54bde85b747b143f242da6004d0ae6f97c5335 Change all the -'s to _'s. --- diff --git a/util/mk1mf.pl b/util/mk1mf.pl index f3f17074f4..6fbf3ceca6 100755 --- a/util/mk1mf.pl +++ b/util/mk1mf.pl @@ -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.