diff options
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: |