diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-04-25 23:29:12 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-04-25 23:29:12 +0000 |
commit | beef72b5c0c3bdf705ade933ac48c0d9fa184083 (patch) | |
tree | 393b74f3c33ca76ed512a7405de643dc81b1bb8e /ldso/Makefile | |
parent | bb6334f6f024ca7f2d66d282e4cd34180f102a3e (diff) |
Move libdl and udate build method a bit
-Erik
Diffstat (limited to 'ldso/Makefile')
-rw-r--r-- | ldso/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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: |