summaryrefslogtreecommitdiff
path: root/ldso/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-11-06 22:38:49 +0000
committerEric Andersen <andersen@codepoet.org>2003-11-06 22:38:49 +0000
commite556691e4f2411bddc228266e9fcb8dbbf122ac6 (patch)
treebe332f3b5cab0519e4f813f7a0f739e9e4bc8f12 /ldso/Makefile
parent7e617ab5308b2dadf231dbe77739ccfceec8c205 (diff)
Begin converting the client utils
Diffstat (limited to 'ldso/Makefile')
-rw-r--r--ldso/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/ldso/Makefile b/ldso/Makefile
index d4e16ec91..9aa450015 100644
--- a/ldso/Makefile
+++ b/ldso/Makefile
@@ -23,7 +23,7 @@
TOPDIR=../
include $(TOPDIR)Rules.mak
-ALL_SUBDIRS = ldso libdl util
+ALL_SUBDIRS = ldso libdl
all: headers
@@ -33,16 +33,13 @@ else
echo "Not building ld-uClibc"
endif
-shared: utils
+shared:
ifeq ($(strip $(BUILD_UCLIBC_LDSO)),y)
$(MAKE) -C libdl;
else
echo "Not building libdl"
endif
-utils:
- $(MAKE) -C util;
-
headers:
$(LN) -fs $(TOPDIR)../include/elf.h include/
$(LN) -fs ../ldso/$(TARGET_ARCH)/boot1_arch.h include/