summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Halbert <halbert@adafruit.com>2021-01-14 18:00:46 -0500
committerGitHub <noreply@github.com>2021-01-14 18:00:46 -0500
commit8c0a9a2486ed587cb291ec5bf418463e75ee0ca1 (patch)
treebfe3dcb29389748e8a771d9c6573cf8bf3531a33
parent0ef73fba54a22ab6936c2215b1e722add84a12e0 (diff)
parent059363f0e2079a172912360e8ed17e245e1f4d66 (diff)
Merge pull request #4004 from jepler/fix-parallel-build-main
ports/unix: Fix parallel build problem
-rw-r--r--ports/unix/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/unix/Makefile b/ports/unix/Makefile
index 4bfb13c6a..305c0549d 100644
--- a/ports/unix/Makefile
+++ b/ports/unix/Makefile
@@ -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