Merge branch 'master' into next

This commit is contained in:
James R 2021-04-06 16:19:15 -07:00
commit 1db163f942
1 changed files with 1 additions and 1 deletions

View File

@ -708,7 +708,7 @@ endif
endif
define deps_rule +=
$(CC) $(CFLAGS) -M -MF $@ -MT $(OBJDIR)/$< $<
$(CC) $(CFLAGS) -M -MF $@ -MT $(OBJDIR)/$(<:.c=.o) $<
endef
$(DEPDIR)/%.d: %.c