From: Richard Levitte Date: Fri, 19 Feb 2016 01:34:20 +0000 (+0100) Subject: VMS: produce dependency files just like you produce object files X-Git-Tag: OpenSSL_1_1_0-pre4~607 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=70ef905779dac29053256dd98c759f492073c39c;hp=1576663231b7c51c60b0d90e34e36c9345e5b739 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 --- diff --git a/Configurations/descrip.mms.tmpl b/Configurations/descrip.mms.tmpl index 44cc7353d1..cdfeb77ab2 100644 --- a/Configurations/descrip.mms.tmpl +++ b/Configurations/descrip.mms.tmpl @@ -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