diff options
Diffstat (limited to 'mk/ungetc.d')
| -rw-r--r-- | mk/ungetc.d | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/ungetc.d b/mk/ungetc.d index 69314017..fb95b1de 100644 --- a/mk/ungetc.d +++ b/mk/ungetc.d @@ -5,6 +5,5 @@ libc.a(ungetc.o): $(OBJDIR)/ungetc.o $(OBJDIR)/ungetc.o: src/stdio/ungetc.c $(OBJDIR)/ungetc.o: src/stdio/_stdio.h $(OBJDIR)/ungetc.o: - @echo " [CC] $@" @mkdir -p $(@D) - @$(CC) -c -o $@ $(CFLAGS) src/stdio/ungetc.c + $(CC) -c -o $@ $(CFLAGS) src/stdio/ungetc.c |
