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