From f674b612fbe6aadd4be4aae7822f4b0dfe62d270 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 28 Oct 2005 00:29:58 +0000 Subject: HAVE_SHARED depends on \!ARCH_HAS_NO_LDSO, remove BUILD_UCLIBC_LDSO and replace the dependencies w/ HAVE_SHARED --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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) -- cgit v1.2.3