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