Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions lib/public_key/asn1/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@ endif
# Targets
# ----------------------------------------------------

# The RFC 5912 modules import each other cyclically. Whether a sibling
# module's checked .asn1db exists when a module is compiled changes the
# numbering of generated internal_object_set_argument_N names, so the
# compilations must run in a fixed order for reproducible output.
.NOTPARALLEL:

$(TYPES): $(TARGET_FILES) $(HRL_FILES)

clean:
Expand Down
Loading