summaryrefslogtreecommitdiff
path: root/mk/ctermid.d
diff options
context:
space:
mode:
Diffstat (limited to 'mk/ctermid.d')
-rw-r--r--mk/ctermid.d3
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/ctermid.d b/mk/ctermid.d
index 47700003..a7b99744 100644
--- a/mk/ctermid.d
+++ b/mk/ctermid.d
@@ -4,6 +4,5 @@ libc.a(ctermid.o): $(OBJDIR)/ctermid.o
$(OBJDIR)/ctermid.o: src/unistd/ctermid.c
$(OBJDIR)/ctermid.o:
- @echo " [CC] $@"
@mkdir -p $(@D)
- @$(CC) -c -o $@ $(CFLAGS) src/unistd/ctermid.c
+ $(CC) -c -o $@ $(CFLAGS) src/unistd/ctermid.c