summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-10-28 00:29:58 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-10-28 00:29:58 +0000
commitf674b612fbe6aadd4be4aae7822f4b0dfe62d270 (patch)
tree7e8fb23695ca1f1fa4a7ff0f4ae480993a653af1 /test
parent6752b1ac526f365a3238ce90563f6f37aef1e8fc (diff)
HAVE_SHARED depends on \!ARCH_HAS_NO_LDSO, remove BUILD_UCLIBC_LDSO and replace the dependencies w/ HAVE_SHARED
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
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)