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 --- ldso/Rules.mak | 2 -- 1 file changed, 2 deletions(-) (limited to 'ldso/Rules.mak') diff --git a/ldso/Rules.mak b/ldso/Rules.mak index 96d132a96..4c58ff928 100644 --- a/ldso/Rules.mak +++ b/ldso/Rules.mak @@ -1,8 +1,6 @@ include $(TOPDIR)Rules.mak LDSO_VERSION=1.9.11 -LDSO_VMAJOR=$(MAJOR_VERSION) -DLINKER = ld-linux-uclibc.so LIBDL = libdl.so DEVEL=true -- cgit v1.2.3