Skip to content

Commit

Permalink
Don't run ranlib on fdlibm.a.
Browse files Browse the repository at this point in the history
Causes problems on some systems and doesn't seem to do anything useful.
  • Loading branch information
StefanKarpinski committed Mar 10, 2012
1 parent fd09a78 commit 4545550
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion external/fdlibm/makefile
Expand Up @@ -100,7 +100,6 @@ all: libfdm.a


libfdm.a : $(obj) libfdm.a : $(obj)
ar cru libfdm.a $(obj) ar cru libfdm.a $(obj)
ranlib libfdm.a


source: $(src) readme source: $(src) readme


Expand Down

0 comments on commit 4545550

Please sign in to comment.