diff options
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index ba2b26a50..51fcde843 100644 --- a/test/Makefile +++ b/test/Makefile @@ -27,7 +27,7 @@ ALL_SUBDIRS = \ #misc DIRS := $(ALL_SUBDIRS) -ifeq ($(HAVE_SHARED)$(BUILD_UCLIBC_LDSO),yy) +ifeq ($(HAVE_SHARED),y) DIRS += dlopen endif ifeq ($(UCLIBC_HAS_THREADS),y) |