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:
fed45e1
)
Missing semicolon.
author
Ben Laurie
<ben@links.org>
Sat, 6 Apr 2013 15:17:14 +0000
(16:17 +0100)
committer
Ben Laurie
<ben@links.org>
Sat, 6 Apr 2013 15:17:14 +0000
(16:17 +0100)
util/mk1mf.pl
patch
|
blob
|
history
diff --git
a/util/mk1mf.pl
b/util/mk1mf.pl
index 599a192b664b9a4e858a68b00d31c06788f041ae..ab806d1d23b6f870125b6a0c8808817f08c89b03 100755
(executable)
--- a/
util/mk1mf.pl
+++ b/
util/mk1mf.pl
@@
-1305,7
+1305,7
@@
sub cc_compile_target
$target =~ s/\//$o/g if $o ne "/";
$source =~ s/\//$o/g if $o ne "/";
$ret ="$target: \$(SRC_D)$o$source\n\t";
- $ret.="\$(CC)"
+ $ret.="\$(CC)"
;
$ret.= " -MMD" if $orig_platform eq "copy";
$ret.= " ${ofile}$target $ex_flags -c \$(SRC_D)$o$source\n\n";
$target =~ s/\.o$/.d/;