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