From d7147f9226520ad9a688c53802a4c6c2c53592fc Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 11 Jan 2002 20:11:12 +0000 Subject: Remove the now obsolete d-link tree. Update things to cope with the new naming -Erik --- ldso/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ldso/Makefile') diff --git a/ldso/Makefile b/ldso/Makefile index 722757ebd..8eedd40b0 100644 --- a/ldso/Makefile +++ b/ldso/Makefile @@ -23,12 +23,12 @@ TOPDIR=../ include $(TOPDIR)Rules.mak -ALL_SUBDIRS = d-link libdl util +ALL_SUBDIRS = ldso libdl util all: ifeq ($(strip $(BUILD_UCLIBC_LDSO)),true) - $(MAKE) -C $(LIBRARY_CACHE) d-link; + $(MAKE) -C $(LIBRARY_CACHE) ldso; endif shared: -- cgit v1.2.3