提交 70ef9057 编写于 作者: R Richard Levitte

VMS: produce dependency files just like you produce object files

We need to do the same dance as when object files are created.
Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
上级 15766632
......@@ -445,7 +445,12 @@ configdata.pm : {- sourcefile("Configurations", "descrip.mms.tmpl") -} $(SRCDIR)
return <<"EOF";
$obj.MMS : $deps
${before}
SET DEFAULT $forward
\$(CC) \$(CFLAGS)${incs} /MMS=(FILE=${objd}${objn}.MMS,TARGET=$obj.OBJ) /NOOBJECT $srcs
SET DEFAULT $backward
${after}
- PURGE $obj.MMS
$obj.OBJ : $obj.MMS
${before}
SET DEFAULT $forward
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册