From eb8bb5738da2748fcfcd9d32b04d9d08845213fb Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Sat, 2 Jun 2001 02:00:23 +0000 Subject: Only build ldso if building shared. Also, if building ldso, build all subdirs. --- ldso/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'ldso') 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 \ -- cgit v1.2.3