summaryrefslogtreecommitdiff
path: root/mk/__printf.d
diff options
context:
space:
mode:
Diffstat (limited to 'mk/__printf.d')
-rw-r--r--mk/__printf.d12
1 files changed, 6 insertions, 6 deletions
diff --git a/mk/__printf.d b/mk/__printf.d
index a25eb88f..ef03315c 100644
--- a/mk/__printf.d
+++ b/mk/__printf.d
@@ -3,13 +3,13 @@ libc.a(__printf.o): $(OBJDIR)/__printf.o
@$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%
$(OBJDIR)/__printf.o: src/stdio/__printf.c
+$(OBJDIR)/__printf.o: src/wctype/wint_t.h
+$(OBJDIR)/__printf.o: src/wctype/wctrans_t.h
$(OBJDIR)/__printf.o: src/stdio/_stdio.h
-$(OBJDIR)/__printf.o:
-$(OBJDIR)/__printf.o:
-$(OBJDIR)/__printf.o:
-$(OBJDIR)/__printf.o:
-$(OBJDIR)/__printf.o:
-$(OBJDIR)/__printf.o:
+$(OBJDIR)/__printf.o: src/stdint/intmax_t.h
+$(OBJDIR)/__printf.o: src/stdint/uintmax_t.h
+$(OBJDIR)/__printf.o: src/stdint/intptr_t.h
+$(OBJDIR)/__printf.o: src/stdint/UINTMAX_MAX.h
$(OBJDIR)/__printf.o:
@echo " [CC] $@"
@mkdir -p $(@D)