summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorAndrew Senkevich <andrew.senkevich@intel.com>2015-12-03 20:54:52 +0300
committerAndrew Senkevich <andrew.senkevich@intel.com>2015-12-03 20:54:52 +0300
commit13ff0739fdca293adab02b9f4fe78395de251086 (patch)
treeeaa166f9e8427b570d32f9ab47e3430a7f906f2d /math
parent060f8dbd0ca6eb17d20442dc4df72c2a707bdf86 (diff)
downloadglibc-13ff0739fdca293adab02b9f4fe78395de251086.tar.gz
Corrected path to installed libmvec_nonshared.a
* math/Makefile ($(inst_libdir)/libm.so): Corrected path to libmvec_nonshared.a
Diffstat (limited to 'math')
-rw-r--r--math/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile
index 76f99fb720..2c9d72da0b 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -98,7 +98,7 @@ $(inst_libdir)/libm.so: $(common-objpfx)format.lds \
(echo '/* GNU ld script'; echo '*/';\
cat $<; \
echo 'GROUP ( $(slibdir)/libm.so$(libm.so-version) ' \
- 'AS_NEEDED ( $(slibdir)/libmvec_nonshared.a $(slibdir)/libmvec.so$(libmvec.so-version) ) )' \
+ 'AS_NEEDED ( $(libdir)/libmvec_nonshared.a $(slibdir)/libmvec.so$(libmvec.so-version) ) )' \
) > $@
endif