From 9c9a3d6ffeaeb41f9521c0ba4d6d85b846911e32 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 29 May 2024 17:57:41 -0400 Subject: add dangerous and update dependencies --- mk/__printf.d | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'mk/__printf.d') 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) -- cgit v1.2.1