Merge pull request #6466 from jepler/fix-translate-dependency

Fix dependencies for translate.c again
This commit is contained in:
Dan Halbert 2022-06-07 09:11:39 -04:00 committed by GitHub
commit 9d64ea2fa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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