about summary refs log tree commit diff
path: root/math/Makefile
diff options
context:
space:
mode:
authorAndrew Senkevich <andrew.senkevich@intel.com>2015-12-03 20:24:37 +0300
committerAndrew Senkevich <andrew.senkevich@intel.com>2015-12-03 20:24:37 +0300
commitb3f6040781f78af648fc90f67cec3e49a338b3e9 (patch)
tree13800c034009916ef658e15d6195500bc6aac017 /math/Makefile
parent67385a01d229751569b6aac067ffdcd813a15d7a (diff)
downloadglibc-b3f6040781f78af648fc90f67cec3e49a338b3e9.tar.gz
glibc-b3f6040781f78af648fc90f67cec3e49a338b3e9.tar.xz
glibc-b3f6040781f78af648fc90f67cec3e49a338b3e9.zip
Corrected path to installed libmvec_nonshared.a
    * math/Makefile ($(inst_libdir)/libm.so): Corrected path to
    libmvec_nonshared.a
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile
index 6a926e97c3..20f90d984b 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -99,7 +99,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