summaryrefslogtreecommitdiff
path: root/mk/strerror_s.d
diff options
context:
space:
mode:
Diffstat (limited to 'mk/strerror_s.d')
-rw-r--r--mk/strerror_s.d3
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/strerror_s.d b/mk/strerror_s.d
index e4d0f1f7..336b3d68 100644
--- a/mk/strerror_s.d
+++ b/mk/strerror_s.d
@@ -5,6 +5,5 @@ libc.a(strerror_s.o): $(OBJDIR)/strerror_s.o
$(OBJDIR)/strerror_s.o: src/string/strerror_s.c
$(OBJDIR)/strerror_s.o: src/_safety.h
$(OBJDIR)/strerror_s.o:
- @echo " [CC] $@"
@mkdir -p $(@D)
- @$(CC) -c -o $@ $(CFLAGS) src/string/strerror_s.c
+ $(CC) -c -o $@ $(CFLAGS) src/string/strerror_s.c