From be0f7c05d84732da3b88e45ab791375bfe417d3c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 10 May 2001 05:41:56 +0000 Subject: Fix up naming of ld.so so every uses the same define. The top level was using one name and the ld.so-1 dir was using another (they happened to be the same). Fix that. -Erik --- Rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rules.mak') diff --git a/Rules.mak b/Rules.mak index 273e45d34..85bde6d4a 100644 --- a/Rules.mak +++ b/Rules.mak @@ -30,7 +30,7 @@ MINOR_VERSION=9.5 LIBNAME=libc.a SHARED_FULLNAME=uClibc-$(MAJOR_VERSION).$(MINOR_VERSION).so SHARED_MAJORNAME=libc.so.$(MAJOR_VERSION) -UCLIBC_LDSO=ld-linux-uclibc.so.$(MAJOR_VERSION) +UCLIBC_LDSO=ld-uclibc.so.$(MAJOR_VERSION) BUILDTIME = $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z") -- cgit v1.2.3