summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2011-07-14 20:49:27 -0700
committerRoland McGrath <roland@hack.frob.com>2011-07-14 20:49:27 -0700
commita6928d5102a89f152fe9d17abb26346dc8cefc9c (patch)
treeadc4f341cfa629199ddc2f13cbbcc87cf78415a2 /Makefile
parent661607b3dd9f0b10667d4040843c1a3dc40f0cc9 (diff)
Fix remaining explicit uses of shlib.lds to use $(shlib-lds).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
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 \