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