diff options
| author | Jeff Epler <jepler@gmail.com> | 2021-01-13 15:38:47 -0600 |
|---|---|---|
| committer | Jeff Epler <jepler@unpythonic.net> | 2021-01-14 14:13:31 -0600 |
| commit | 059363f0e2079a172912360e8ed17e245e1f4d66 (patch) | |
| tree | 31ded7fae3dee165d124336ee80649cf72aaa19a | |
| parent | 90a6581acb6c798d2b08861957df444deb200868 (diff) | |
ports/unix: Fix parallel build problem
This is the same as I added to mpy-cross at e666e86035d5, see #3074
| -rw-r--r-- | ports/unix/Makefile | 2 |
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 |
