diff options
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) |