diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-01-11 20:11:12 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-01-11 20:11:12 +0000 |
commit | d7147f9226520ad9a688c53802a4c6c2c53592fc (patch) | |
tree | e2a923a816960d2812741f9195925290d7531505 /ldso/Makefile | |
parent | 4d5785ca2df3eea5ce876ff63ac04b1c376384a1 (diff) |
Remove the now obsolete d-link tree. Update things to cope
with the new naming
-Erik
Diffstat (limited to 'ldso/Makefile')
-rw-r--r-- | ldso/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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: |