summaryrefslogtreecommitdiff
path: root/ldso
diff options
context:
space:
mode:
Diffstat (limited to 'ldso')
-rw-r--r--ldso/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/ldso/Makefile b/ldso/Makefile
index dab0025f4..8608bfd0c 100644
--- a/ldso/Makefile
+++ b/ldso/Makefile
@@ -3,10 +3,7 @@ include Rules.mak
SUBDIRS = util d-link libdl # man
-all:
- @if [ -d $(TOPDIR)ldso/d-link/$(TARGET_ARCH) ] ; then \
- $(MAKE) -C d-link; \
- fi;
+all: shared
shared:
@if [ -d $(TOPDIR)ldso/d-link/$(TARGET_ARCH) ] ; then \