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