summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-13 08:38:01 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-13 08:38:01 +0000
commitf64bd7d9800a934c07c74ed4c70c7e53784b3603 (patch)
tree2ecdca2b160e876998d157e09c78655083361d6b /test/Makefile
parent445ea79b99fd9a3f966ecb9cdae23fa69d773be0 (diff)
dlopen test also requires threads :/
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
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)