about summary refs log tree commit diff
path: root/Makerules
diff options
context:
space:
mode:
authorMarcus Shawcroft <marcus.shawcroft@linaro.org>2013-03-20 14:23:09 +0000
committerMarcus Shawcroft <marcus.shawcroft@linaro.org>2013-03-20 14:23:47 +0000
commit04eed2b06178eb80c4909782a4e00dbbc748b6d4 (patch)
treee9cd4439968c1e9797ce1ad27d3773bf1ee07b4d /Makerules
parenta065ceffdf88637394eaaa1257c8aac2c1a3ffd4 (diff)
downloadglibc-04eed2b06178eb80c4909782a4e00dbbc748b6d4.tar.gz
glibc-04eed2b06178eb80c4909782a4e00dbbc748b6d4.tar.xz
glibc-04eed2b06178eb80c4909782a4e00dbbc748b6d4.zip
Correct missed use of $(rtlddir).
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makerules b/Makerules
index 5ba670c1cc..d88bb62a0c 100644
--- a/Makerules
+++ b/Makerules
@@ -928,7 +928,7 @@ $(inst_libdir)/libc.so: $(common-objpfx)format.lds \
 	 cat $<; \
 	 echo 'GROUP ( $(slibdir)/libc.so$(libc.so-version)' \
 	      '$(libdir)/$(patsubst %,$(libtype.oS),$(libprefix)$(libc-name))'\
-	      ' AS_NEEDED (' $(slibdir)/$(rtld-installed-name) ') )' \
+	      ' AS_NEEDED (' $(rtlddir)/$(rtld-installed-name) ') )' \
 	) > $@.new
 	mv -f $@.new $@