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