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: Viktor Dukhovni <viktor@openssl.org>
This commit is contained in:
Richard Levitte 2016-02-19 02:34:20 +01:00
parent 1576663231
commit 70ef905779

View file

@ -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