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