summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-07-03 07:13:37 +0000
committerEric Andersen <andersen@codepoet.org>2001-07-03 07:13:37 +0000
commita8c44154ec0c53668cf9c3140d018cee30f1586c (patch)
tree8bb8a1b0502cda7e0a20e4241728f409cc21492c /Rules.mak
parent99668218ab6767d1e756a5dca8c117abdeaaaf7e (diff)
Oops.
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak1
1 files changed, 0 insertions, 1 deletions
diff --git a/Rules.mak b/Rules.mak
index 03334679c..7b8223950 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -91,7 +91,6 @@ endif
ifeq ($(LDSO_PRESENT), $(TARGET_ARCH))
LDSO=$(TOPDIR)lib/$(UCLIBC_LDSO)
DYNAMIC_LINKER=$(ROOT_DIR)/lib/$(UCLIBC_LDSO)
- BUILD_DYNAMIC_LINKER=$(shell cd $(TOPDIR)lib; pwd)/$(UCLIBC_LDSO)
else
LDSO=$(SYSTEM_LDSO)
DYNAMIC_LINKER=$(SYSTEM_LDSO)