diff options
author | Marcus Shawcroft <marcus.shawcroft@linaro.org> | 2013-03-20 14:23:09 +0000 |
---|---|---|
committer | Marcus Shawcroft <marcus.shawcroft@linaro.org> | 2013-03-20 14:23:47 +0000 |
commit | 04eed2b06178eb80c4909782a4e00dbbc748b6d4 (patch) | |
tree | e9cd4439968c1e9797ce1ad27d3773bf1ee07b4d /Makerules | |
parent | a065ceffdf88637394eaaa1257c8aac2c1a3ffd4 (diff) | |
download | glibc-04eed2b06178eb80c4909782a4e00dbbc748b6d4.tar.gz |
Correct missed use of $(rtlddir).
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $@ |