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