diff options
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 08592ca8bd..cbc2f4c42d 100644 --- a/math/Makefile +++ b/math/Makefile @@ -191,4 +191,4 @@ $(objpfx)atest-exp2: $(gmp-objs) # Depend on libc.so so a DT_NEEDED is generated in the shared objects. # This ensures they will load libc.so for needed symbols if loaded by # a statically-linked program that hasn't already loaded it. -$(objpfx)libm.so: $(common-objpfx)libc.so +$(objpfx)libm.so: $(common-objpfx)libc.so $(common-objpfx)libc_nonshared.a |