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