aboutsummaryrefslogtreecommitdiff
path: root/Configurations
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-10 19:34:21 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-10 20:13:01 +0100
commitfb044341e67413ad6bc0d3788ab1269e0ed703ad (patch)
tree75159c2cddba4a2ad62990e2ce49576e8839f333 /Configurations
parent39affe19dcbc00d1e5435957fc7c8be65cc853a4 (diff)
downloadopenssl-fb044341e67413ad6bc0d3788ab1269e0ed703ad.zip
openssl-fb044341e67413ad6bc0d3788ab1269e0ed703ad.tar.gz
openssl-fb044341e67413ad6bc0d3788ab1269e0ed703ad.tar.bz2
In the recipe using "makedepend", make sure the object file extension is there
Reviewed-by: Stephen Henson <steve@openssl.org>
Diffstat (limited to 'Configurations')
-rw-r--r--Configurations/unix-Makefile.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
index 114a4be..20fc076 100644
--- 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