From 7b2569d24a47055bdceac933f83bac6b02108d7a Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 28 Oct 2005 00:36:50 +0000 Subject: Missed one occurence of BUILD_UCLIBC_LDSO --- ldso/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldso') diff --git a/ldso/Makefile b/ldso/Makefile index 48f32602f..57ddd4f3a 100644 --- a/ldso/Makefile +++ b/ldso/Makefile @@ -21,7 +21,7 @@ include $(TOPDIR)Rules.mak DIRS = ldso libdl -ifeq ($(BUILD_UCLIBC_LDSO),y) +ifeq ($(HAVE_SHARED),y) all: subdirs else all: -- cgit v1.2.3