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:
39affe1
)
In the recipe using "makedepend", make sure the object file extension is there
author
Richard Levitte
<levitte@openssl.org>
Thu, 10 Mar 2016 18:34:21 +0000
(19:34 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 10 Mar 2016 19:13:01 +0000
(20:13 +0100)
Reviewed-by: Stephen Henson <steve@openssl.org>
Configurations/unix-Makefile.tmpl
patch
|
blob
|
history
diff --git
a/Configurations/unix-Makefile.tmpl
b/Configurations/unix-Makefile.tmpl
index 114a4be2bed14bca277063172e5bffecdb001e61..20fc076d8f869b4558e598f7f4f4b76d5472904e 100644
(file)
--- a/
Configurations/unix-Makefile.tmpl
+++ b/
Configurations/unix-Makefile.tmpl
@@
-884,7
+884,7
@@
EOF
$recipe .= <<"EOF";
$obj$depext: $deps
rm -f \$\@.tmp; touch \$\@.tmp
- -\$(MAKEDEPEND) -f\$\@.tmp -o"|$obj" -- \$(CFLAGS) $ecflags$incs -- $srcs \\
+ -\$(MAKEDEPEND) -f\$\@.tmp -o"|$obj
$objext
" -- \$(CFLAGS) $ecflags$incs -- $srcs \\
2>/dev/null
sed -e 's/^.*|//' -e 's/ \\/\\(\\\\.\\|[^ ]\\)*//g' -e '/: *\$\$/d' -e '/^\\(#.*\\| *\\)\$\$/d' \$\@.tmp > \$\@
rm \$\@.tmp