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:
parent
1576663231
commit
70ef905779
@ -445,7 +445,12 @@ configdata.pm : {- sourcefile("Configurations", "descrip.mms.tmpl") -} $(SRCDIR)
|
|||||||
|
|
||||||
return <<"EOF";
|
return <<"EOF";
|
||||||
$obj.MMS : $deps
|
$obj.MMS : $deps
|
||||||
|
${before}
|
||||||
|
SET DEFAULT $forward
|
||||||
\$(CC) \$(CFLAGS)${incs} /MMS=(FILE=${objd}${objn}.MMS,TARGET=$obj.OBJ) /NOOBJECT $srcs
|
\$(CC) \$(CFLAGS)${incs} /MMS=(FILE=${objd}${objn}.MMS,TARGET=$obj.OBJ) /NOOBJECT $srcs
|
||||||
|
SET DEFAULT $backward
|
||||||
|
${after}
|
||||||
|
- PURGE $obj.MMS
|
||||||
$obj.OBJ : $obj.MMS
|
$obj.OBJ : $obj.MMS
|
||||||
${before}
|
${before}
|
||||||
SET DEFAULT $forward
|
SET DEFAULT $forward
|
||||||
|
Loading…
x
Reference in New Issue
Block a user