summaryrefslogtreecommitdiff
path: root/mk/__printf.d
diff options
context:
space:
mode:
Diffstat (limited to 'mk/__printf.d')
-rw-r--r--mk/__printf.d4
1 files changed, 1 insertions, 3 deletions
diff --git a/mk/__printf.d b/mk/__printf.d
index 39c33ac6..760b313c 100644
--- a/mk/__printf.d
+++ b/mk/__printf.d
@@ -3,13 +3,11 @@ 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: 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: src/stdio/_stdio.h
$(OBJDIR)/__printf.o:
@mkdir -p $(@D)
$(CC) -c -o $@ $(CFLAGS) src/stdio/__printf.c