diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-28 00:36:50 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-28 00:36:50 +0000 |
commit | 7b2569d24a47055bdceac933f83bac6b02108d7a (patch) | |
tree | b5b583774994ea2addef229baf79aee037aa20c1 /ldso/Makefile | |
parent | f674b612fbe6aadd4be4aae7822f4b0dfe62d270 (diff) |
Missed one occurence of BUILD_UCLIBC_LDSO
Diffstat (limited to 'ldso/Makefile')
-rw-r--r-- | ldso/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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: |