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 32dc4f6ef..5e1c086ae 100644 --- a/test/Makefile +++ b/test/Makefile @@ -16,7 +16,7 @@ ALL_SUBDIRS = \ mmap #misc DIRS := $(ALL_SUBDIRS) -ifeq ($(HAVE_SHARED),y) +ifeq ($(HAVE_SHARED)$(UCLIBC_HAS_THREADS),yy) DIRS += dlopen endif ifeq ($(UCLIBC_HAS_THREADS),y) |