diff options
author | Jakob Kaivo <jkk@ung.org> | 2024-01-31 14:49:34 -0500 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2024-01-31 14:49:34 -0500 |
commit | c030ac43d9cc5c2accdda8b47e07d2d7b0ba8dc4 (patch) | |
tree | 16852a4828a6ded01fb769ffede4ed3cc3f9f3a2 /mk/__printf.d | |
parent | d0862e2176092420d4e877de0831d1458c39a32b (diff) |
update dependencies
Diffstat (limited to 'mk/__printf.d')
-rw-r--r-- | mk/__printf.d | 4 |
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 |