diff options
-rw-r--r-- | ldso/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/Makefile b/ldso/Makefile index 48f32602f..57ddd4f3a 100644 --- a/ldso/Makefile +++ b/ldso/Makefile @@ -21,7 +21,7 @@ include $(TOPDIR)Rules.mak DIRS = ldso libdl -ifeq ($(BUILD_UCLIBC_LDSO),y) +ifeq ($(HAVE_SHARED),y) all: subdirs else all: |