Change all the -'s to _'s.
This commit is contained in:
parent
ef54bde85b
commit
e9185df40e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue