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. --- ldso/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'ldso/Makefile') diff --git a/ldso/Makefile b/ldso/Makefile index 8608bfd0c..9fb609c6d 100644 --- a/ldso/Makefile +++ b/ldso/Makefile @@ -1,9 +1,12 @@ TOPDIR=../ include Rules.mak -SUBDIRS = util d-link libdl # man +SUBDIRS = util libdl # d-link man -all: shared +all: + @if [ -d $(TOPDIR)ldso/d-link/$(TARGET_ARCH) ] ; then \ + $(MAKE) -C d-link; \ + fi; shared: @if [ -d $(TOPDIR)ldso/d-link/$(TARGET_ARCH) ] ; then \ -- cgit v1.2.3