From beef72b5c0c3bdf705ade933ac48c0d9fa184083 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 25 Apr 2001 23:29:12 +0000 Subject: Move libdl and udate build method a bit -Erik --- ldso/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ldso/Makefile') diff --git a/ldso/Makefile b/ldso/Makefile index d5d3ef640..8796649b5 100644 --- a/ldso/Makefile +++ b/ldso/Makefile @@ -2,7 +2,7 @@ TOPDIR=../ include $(TOPDIR)Rules.mak include Config.mk -SUBDIRS = util d-link # man +SUBDIRS = util d-link libdl # man TARGETDIR=/usr/$(TARGET_ARCH)-linux-uclibc @@ -13,7 +13,8 @@ all: install: all mkdir -p $(TARGETDIR)/etc mkdir -p $(TARGETDIR)/lib - cp -a ./d-link/ld-linux-uclibc.so.1 ./d-link/libdl/libdl.so.1 $(TARGETDIR)/lib + cp -a ./d-link/$(DLINKER).$(LDSO_VMAJOR) \ + ./libdl/$(LIBDL).$(LDSO_VMAJOR) $(TARGETDIR)/lib ./util/ldconfig clean: -- cgit v1.2.3