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/libdl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldso/libdl') diff --git a/ldso/libdl/Makefile b/ldso/libdl/Makefile index 39171b2a2..6aac97002 100644 --- a/ldso/libdl/Makefile +++ b/ldso/libdl/Makefile @@ -19,7 +19,7 @@ ELF_LDFLAGS=--shared -nostartfiles -nostdlib # using GNU ld lib:: $(OBJS) $(CC) $(ELF_LDFLAGS) \ - -o $(LIBDL).$(LDSO_VMAJOR) -Wl,-soname -Wl,$(LIBDL).$(LDSO_VMAJOR) \ + -o $(LIBDL).$(MAJOR_VERSION) -Wl,-soname -Wl,$(LIBDL).$(MAJOR_VERSION) \ *.o $(TOPDIR)$(SHARED_FULLNAME) obj: $(OBJS) -- cgit v1.2.3