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