diff options
author | Roland McGrath <roland@hack.frob.com> | 2011-07-14 20:49:27 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2011-07-14 20:49:27 -0700 |
commit | a6928d5102a89f152fe9d17abb26346dc8cefc9c (patch) | |
tree | adc4f341cfa629199ddc2f13cbbcc87cf78415a2 /Makefile | |
parent | 661607b3dd9f0b10667d4040843c1a3dc40f0cc9 (diff) | |
download | glibc-a6928d5102a89f152fe9d17abb26346dc8cefc9c.tar.gz glibc-a6928d5102a89f152fe9d17abb26346dc8cefc9c.tar.xz glibc-a6928d5102a89f152fe9d17abb26346dc8cefc9c.zip |
Fix remaining explicit uses of shlib.lds to use $(shlib-lds).
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 6f2dfa66fa..8cfffad1d0 100644 --- a/Makefile +++ b/Makefile @@ -143,7 +143,7 @@ $(common-objpfx)linkobj/libc.so: $(elfobjdir)/soinit.os \ $(elfobjdir)/sofini.os \ $(elfobjdir)/interp.os \ $(elfobjdir)/ld.so \ - $(common-objpfx)shlib.lds + $(shlib-lds) $(build-shlib) $(common-objpfx)linkobj/libc_pic.a: $(common-objpfx)libc_pic.a \ |