diff options
| author | Jakob Kaivo <jkk@ung.org> | 2024-05-29 17:57:41 -0400 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2024-05-29 17:57:41 -0400 |
| commit | 9c9a3d6ffeaeb41f9521c0ba4d6d85b846911e32 (patch) | |
| tree | c9ae142f84d63b0ff7487e86af7baf833f4d9f9c /mk/__printf.d | |
| parent | 8b32f92a2dbf514ccd21b0d622e4f3d5355f9401 (diff) | |
add dangerous and update dependencies
Diffstat (limited to 'mk/__printf.d')
| -rw-r--r-- | mk/__printf.d | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mk/__printf.d b/mk/__printf.d index 760b313c..a70d71c7 100644 --- a/mk/__printf.d +++ b/mk/__printf.d @@ -3,10 +3,7 @@ libc.a(__printf.o): $(OBJDIR)/__printf.o @$(AR) $(ARFLAGS) $@ $(OBJDIR)/$% $(OBJDIR)/__printf.o: src/stdio/__printf.c -$(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/_forced/strtoumax.h $(OBJDIR)/__printf.o: src/stdio/_stdio.h $(OBJDIR)/__printf.o: @mkdir -p $(@D) |
