projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef54bde
)
Change all the -'s to _'s.
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 5 Aug 1999 00:11:05 +0000
(
00:11
+0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 5 Aug 1999 00:11:05 +0000
(
00:11
+0000)
util/mk1mf.pl
patch
|
blob
|
history
diff --git
a/util/mk1mf.pl
b/util/mk1mf.pl
index f3f17074f418792d3c24d5545ded88c49903110a..6fbf3ceca6a4aa613834b89e269fd64c86e8a724 100755
(executable)
--- 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.