From: Richard Levitte Date: Thu, 10 Mar 2016 18:34:21 +0000 (+0100) Subject: In the recipe using "makedepend", make sure the object file extension is there X-Git-Tag: OpenSSL_1_1_0-pre4~81 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fb044341e67413ad6bc0d3788ab1269e0ed703ad;p=oweals%2Fopenssl.git In the recipe using "makedepend", make sure the object file extension is there Reviewed-by: Stephen Henson --- diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl index 114a4be2be..20fc076d8f 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