summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-11-07 04:13:30 +0000
committerEric Andersen <andersen@codepoet.org>2003-11-07 04:13:30 +0000
commitf0de7b236e4aefa00bce0e20b2216dc282ede09c (patch)
tree2264a1035790f85af6f505ffb064e1b6b44df3ad /Rules.mak
parente556691e4f2411bddc228266e9fcb8dbbf122ac6 (diff)
It is remotely possible the utils might even compile this time
around...
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak2
1 files changed, 0 insertions, 2 deletions
diff --git a/Rules.mak b/Rules.mak
index 469427b30..f6c2f5091 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -194,11 +194,9 @@ ifeq ($(HAVE_SHARED),y)
ifeq ($(BUILD_UCLIBC_LDSO),y)
LDSO:=$(TOPDIR)lib/$(UCLIBC_LDSO)
DYNAMIC_LINKER:=$(SHARED_LIB_LOADER_PREFIX)/$(UCLIBC_LDSO)
- BUILD_DYNAMIC_LINKER:=$(shell cd $(TOPDIR) && pwd)/lib/$(UCLIBC_LDSO)
else
LDSO:=$(SYSTEM_LDSO)
DYNAMIC_LINKER:=/lib/$(strip $(subst ",, $(notdir $(SYSTEM_LDSO))))
- BUILD_DYNAMIC_LINKER:=/lib/$(strip $(subst ",, $(notdir $(SYSTEM_LDSO))))
endif
endif