diff options
Diffstat (limited to 'mk/__errno.d')
| -rw-r--r-- | mk/__errno.d | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/__errno.d b/mk/__errno.d index 3c19cc7e..8ec469d8 100644 --- a/mk/__errno.d +++ b/mk/__errno.d @@ -6,6 +6,5 @@ $(OBJDIR)/__errno.o: src/errno/__errno.c $(OBJDIR)/__errno.o: src/_perthread.h $(OBJDIR)/__errno.o: src/_safety.h $(OBJDIR)/__errno.o: - @echo " [CC] $@" @mkdir -p $(@D) - @$(CC) -c -o $@ $(CFLAGS) src/errno/__errno.c + $(CC) -c -o $@ $(CFLAGS) src/errno/__errno.c |
