diff options
| author | Jakob Kaivo <jkk@ung.org> | 2020-08-12 11:09:38 -0400 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2020-08-12 11:09:38 -0400 |
| commit | 4d4132eaebe78939ee32e2dd9139913df7665bea (patch) | |
| tree | 4d131abe13570953d4270d8b313be6ba7fad22bd /.deps/libm.XOPEN_4 | |
| parent | 29a8d956998194efcf39e729d501b000103deeac (diff) | |
update dependencies
Diffstat (limited to '.deps/libm.XOPEN_4')
| -rw-r--r-- | .deps/libm.XOPEN_4 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/.deps/libm.XOPEN_4 b/.deps/libm.XOPEN_4 index f3ddba34..c5f32503 100644 --- a/.deps/libm.XOPEN_4 +++ b/.deps/libm.XOPEN_4 @@ -1,14 +1,14 @@ .POSIX: libm_XOPEN_4_OBJS= \ - libm.a($(OBJDIR)/yn.o) \ - libm.a($(OBJDIR)/gamma.o) \ - libm.a($(OBJDIR)/jn.o) \ - libm.a($(OBJDIR)/y1.o) \ - libm.a($(OBJDIR)/erfc.o) \ - libm.a($(OBJDIR)/signgam.o) \ libm.a($(OBJDIR)/y0.o) \ libm.a($(OBJDIR)/j1.o) \ - libm.a($(OBJDIR)/hypot.o) \ + libm.a($(OBJDIR)/y1.o) \ + libm.a($(OBJDIR)/gamma.o) \ + libm.a($(OBJDIR)/erfc.o) \ + libm.a($(OBJDIR)/yn.o) \ libm.a($(OBJDIR)/j0.o) \ - libm.a($(OBJDIR)/erf.o) \ - libm.a($(OBJDIR)/lgamma.o)
\ No newline at end of file + libm.a($(OBJDIR)/lgamma.o) \ + libm.a($(OBJDIR)/hypot.o) \ + libm.a($(OBJDIR)/jn.o) \ + libm.a($(OBJDIR)/signgam.o) \ + libm.a($(OBJDIR)/erf.o)
\ No newline at end of file |
