Skip to content

Commit 8c0a9a2

Browse files
authored
Merge pull request #4004 from jepler/fix-parallel-build-main
ports/unix: Fix parallel build problem
2 parents 0ef73fb + 059363f commit 8c0a9a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/unix/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,3 +318,5 @@ $(BUILD)/libaxtls.a: $(TOP)/lib/axtls/README | $(OBJ_DIRS)
318318
$(TOP)/lib/axtls/README:
319319
@echo "You cloned without --recursive, fetching submodules for you."
320320
(cd $(TOP); git submodule update --init --recursive)
321+
322+
$(BUILD)/supervisor/shared/translate.o: $(HEADER_BUILD)/qstrdefs.generated.h

0 commit comments

Comments
 (0)