Skip to content

Commit 0a38088

Browse files
committed
Fix dependencies for translate.c again
1 parent 2baf476 commit 0a38088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/unix/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,4 +363,4 @@ install: $(PROG)
363363
uninstall:
364364
-rm $(BINDIR)/$(PROG)
365365

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

0 commit comments

Comments
 (0)