Skip to content

Commit

Permalink
Merge pull request #6466 from jepler/fix-translate-dependency
Browse files Browse the repository at this point in the history
Fix dependencies for translate.c again
  • Loading branch information
dhalbert authored Jun 7, 2022
2 parents 2baf476 + 0a38088 commit 9d64ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/unix/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -363,4 +363,4 @@ install: $(PROG)
uninstall:
-rm $(BINDIR)/$(PROG)

$(BUILD)/supervisor/shared/translate.o: $(HEADER_BUILD)/qstrdefs.generated.h $(HEADER_BUILD)/compression.generated.h
$(BUILD)/supervisor/shared/translate/translate.o: $(HEADER_BUILD)/qstrdefs.generated.h $(HEADER_BUILD)/compression.generated.h

0 comments on commit 9d64ea2

Please sign in to comment.