summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-06-15 23:58:10 +0000
committerEric Andersen <andersen@codepoet.org>2001-06-15 23:58:10 +0000
commit34d61933bb059372c68a4cfacc4ce801dc1f28db (patch)
tree09c0a2438db7dc2efda12f4b0e588aa31db217d9 /Makefile
parent1c8b3c30f9bb9690d48c5196c8481455e3634cd4 (diff)
A few build updates
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 505d964b9..4c95a4830 100644
--- a/Makefile
+++ b/Makefile
@@ -30,10 +30,7 @@
TOPDIR=./
include Rules.mak
-ifeq ($(DO_SHARED),shared)
- LDSO_DIR = ldso
-endif
-DIRS = extra $(LDSO_DIR) libc libcrypt libresolv libutil libm
+DIRS = extra ldso libc libcrypt libresolv libutil libm
ifndef $(TARGET_PREFIX)
TARGET_PREFIX = `pwd`/_install
@@ -50,6 +47,7 @@ Config:
shared:
@$(MAKE) -C libc shared
+ @$(MAKE) -C ldso/util
ifeq ($(LDSO_PRESENT), $(TARGET_ARCH))
@$(MAKE) -C ldso shared
endif