提交 58f2b0ae 编写于 作者: B Ben Laurie

Missing extension on dependency, .d file is not always made (e.g. when input

is a .s).
Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 f27f64e1
...@@ -844,7 +844,8 @@ EOF ...@@ -844,7 +844,8 @@ EOF
} }
return <<"EOF"; return <<"EOF";
$obj\$(DEP_EXT): $deps $obj\$(DEP_EXT): $deps
\$(CC) \$(CFLAGS) $ecflags$incs -MM -MF \$\@ -MQ $obj $srcs \$(CC) \$(CFLAGS) $ecflags$incs -MM -MF \$\@ -MQ $obj\$(OBJ_EXT) $srcs
touch \$\@
$obj\$(OBJ_EXT): $obj\$(DEP_EXT) $obj\$(OBJ_EXT): $obj\$(DEP_EXT)
\$(CC) \$(CFLAGS) $ecflags$incs -c -o \$\@ $srcs \$(CC) \$(CFLAGS) $ecflags$incs -c -o \$\@ $srcs
EOF EOF
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册