Commit 70ef9057 authored by Richard Levitte's avatar Richard Levitte
Browse files

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: default avatarViktor Dukhovni <viktor@openssl.org>
parent 15766632
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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