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