diff options
| author | Dan Halbert <halbert@adafruit.com> | 2021-01-14 14:53:39 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-14 14:53:39 -0500 |
| commit | aecb8a53bda91621076321ba78ad25080bb04a11 (patch) | |
| tree | 268c7b1a273cbddd5cff82565255d41e9d421c8b /ports/unix | |
| parent | eda1f811a1ac1813f06754815cb62cb6c6f15ca8 (diff) | |
| parent | b204778385bd3ddcc5ae17c52848723117d8fcbe (diff) | |
Merge pull request #3990 from jepler/make-dependency-race6.0.x
ports/unix: Fix parallel build problem
Diffstat (limited to 'ports/unix')
| -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 |
