mirror of
https://github.com/openssl/openssl.git
synced 2025-01-23 10:24:10 +08:00
In the recipe using "makedepend", make sure the object file extension is there
Reviewed-by: Stephen Henson <steve@openssl.org>
This commit is contained in:
parent
39affe19dc
commit
fb044341e6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user