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