From 4f8c656e408ff31d081c8f1302cb7adff409ebb8 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Sat, 2 Jun 2001 02:49:45 +0000 Subject: Always check before you commit...^100. We need to build the dynamic linker before we build shared libc. We need to build shared libc before libdl. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c48a46181..0f5cde117 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,10 @@ TOPDIR=./ include Rules.mak -DIRS = extra libc libcrypt libresolv libutil libm +ifeq ($(LDSO_PRESENT), $(TARGET_ARCH)) + LDSO_DIR = ldso +endif +DIRS = extra $(LDSO_DIR) libc libcrypt libresolv libutil libm ifndef $(TARGET_PREFIX) TARGET_PREFIX = `pwd`/_install -- cgit v1.2.3