diff options
author | Jakob Kaivo <jkk@ung.org> | 2024-06-07 14:50:18 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2024-06-07 14:50:18 -0400 |
commit | fd466889b49dfe528567587183c2aedd27836f27 (patch) | |
tree | 02802cd3785b46a627530427d0e8774742754a7a /mk/__printf.d | |
parent | c195cb021ead7de765a0b37f5ab793802be46731 (diff) |
split formatted I/O header, unify undefined behavior reporting with UNDEFINED_FMT() macro
Diffstat (limited to 'mk/__printf.d')
-rw-r--r-- | mk/__printf.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/__printf.d b/mk/__printf.d index 472b91b5..f6e20da6 100644 --- a/mk/__printf.d +++ b/mk/__printf.d @@ -4,7 +4,7 @@ libc.a(__printf.o): $(OBJDIR)/__printf.o $(OBJDIR)/__printf.o: src/stdio/__printf.c $(OBJDIR)/__printf.o: src/_forced/strdup.h -$(OBJDIR)/__printf.o: src/stdio/_stdio.h +$(OBJDIR)/__printf.o: src/stdio/_format.h $(OBJDIR)/__printf.o: @mkdir -p $(@D) $(CC) -c -o $@ $(CFLAGS) src/stdio/__printf.c |