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 c1c907101..d0a133bf7 100644 --- a/ldso/Makefile +++ b/ldso/Makefile @@ -27,14 +27,14 @@ ALL_SUBDIRS = ldso libdl util all: -ifeq ($(strip $(BUILD_UCLIBC_LDSO)),true) +ifeq ($(strip $(BUILD_UCLIBC_LDSO)),y) $(MAKE) -C ldso; else echo "Not building ld-uClibc" endif shared: utils -ifeq ($(strip $(BUILD_UCLIBC_LDSO)),true) +ifeq ($(strip $(BUILD_UCLIBC_LDSO)),y) $(MAKE) -C libdl; else echo "Not building libdl" |