asn1: NTMakefile include oid_resolution.obj in LIBASN1_OBJS
commita4ba38ff7eee4640578285bd3e3a2f2bb56609bf
authorJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 5 Jan 2022 06:13:01 +0000 (5 01:13 -0500)
committerNico Williams <nico@cryptonector.com>
Wed, 5 Jan 2022 18:58:48 +0000 (5 12:58 -0600)
tree4dc6ff694930a719596283072199fcab834c1f48
parentec866e635e3c80d6de6bca4f49865a1b2b1213c2
asn1: NTMakefile include oid_resolution.obj in LIBASN1_OBJS

oid_resolution.obj does not depend upon $(LIBASN1_OBJ) object
files.  It depends upon the generated .x files produced by
asn1_compile.exe when building $(gen_files_xxx).   Create a
new list of those dependencies explicitly for oid_resolution.obj.

Change-Id: I09a4dc9efb7a84e68da939b6a3ec5f55354c02ee
lib/asn1/NTMakefile