diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-12-09 16:55:08 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-12-09 16:55:08 -0800 |
commit | ce8e9bec24e4b36507ce468d6d9e1be1652df98c (patch) | |
tree | 2a0f3c81347417d93e5c15b8e57001cb8b640f5e /Makerules | |
parent | 56e7d3ad5c2f369349bf7def0d8875a50e2d275b (diff) | |
download | glibc-hjl/pr14937.zip glibc-hjl/pr14937.tar.gz glibc-hjl/pr14937.tar.bz2 |
Handle _nl_default_dirname with prefix changeshjl/pr14937
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1145,7 +1145,7 @@ ifeq ($(versioning),yes) # This is handy for checking against existing library binaries. %.symlist: $(..)scripts/abilist.awk %.dynsym - LC_ALL=C $(AWK) -f $^ > $@T + LC_ALL=C $(AWK) -v installed_prefix='$(prefix)' -f $^ > $@T mv -f $@T $@ %.dynsym: %.so |