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:
Jeff Epler 2021-01-13 15:38:47 -06:00 committed by Jeff Epler
parent 90a6581acb
commit 059363f0e2

View File

@ -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