ports/unix: Fix parallel build problem
This is the same as I added to mpy-cross at e666e86035
, see #3074
This commit is contained in:
parent
90a6581acb
commit
059363f0e2
@ -318,3 +318,5 @@ $(BUILD)/libaxtls.a: $(TOP)/lib/axtls/README | $(OBJ_DIRS)
|
||||
$(TOP)/lib/axtls/README:
|
||||
@echo "You cloned without --recursive, fetching submodules for you."
|
||||
(cd $(TOP); git submodule update --init --recursive)
|
||||
|
||||
$(BUILD)/supervisor/shared/translate.o: $(HEADER_BUILD)/qstrdefs.generated.h
|
||||
|
Loading…
Reference in New Issue
Block a user