Change all the -'s to _'s.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 5 Aug 1999 00:11:05 +0000 (00:11 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 5 Aug 1999 00:11:05 +0000 (00:11 +0000)
util/mk1mf.pl

index f3f17074f418792d3c24d5545ded88c49903110a..6fbf3ceca6a4aa613834b89e269fd64c86e8a724 100755 (executable)
@@ -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.