summaryrefslogtreecommitdiff
path: root/mk/__printf.d
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2023-11-14 12:54:01 -0500
committerJakob Kaivo <jkk@ung.org>2023-11-14 12:54:01 -0500
commit2127d8359ac193b6d6980b9b854a238fb13e247c (patch)
treebd0e4030420f2bbb6e9d48125f2ff1f91a34b61b /mk/__printf.d
parent920746cbb5d18d8aef284d3fe71a57cd52509117 (diff)
update dependencies
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)