summaryrefslogtreecommitdiffstats
path: root/package/libelf/libelf.mk
diff options
context:
space:
mode:
authorDavid Anders2006-01-23 15:15:35 +0100
committerDavid Anders2006-01-23 15:15:35 +0100
commitbae94960dfb55c3e6e797e05114d409979b9a944 (patch)
tree1f37d6008fdedea7c29711270844f8085642b7bb /package/libelf/libelf.mk
parentdisable shared library support during configuration (diff)
downloadbuildroot-bae94960dfb55c3e6e797e05114d409979b9a944.tar.gz
buildroot-bae94960dfb55c3e6e797e05114d409979b9a944.tar.xz
buildroot-bae94960dfb55c3e6e797e05114d409979b9a944.zip
removed unnessary patch and removed references for installing shared libs that are not built
Diffstat (limited to 'package/libelf/libelf.mk')
-rw-r--r--package/libelf/libelf.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/libelf/libelf.mk b/package/libelf/libelf.mk
index 119155c82..fd60c1d45 100644
--- a/package/libelf/libelf.mk
+++ b/package/libelf/libelf.mk
@@ -43,8 +43,6 @@ $(STAGING_DIR)/usr/lib/libelf.a: $(LIBELF_DIR)/libelf.so.$(LIBELF_VER)
instroot=$(STAGING_DIR) -C $(LIBELF_DIR) install
$(TARGET_DIR)/usr/lib/libelf.so.$(LIBELF_VER): $(STAGING_DIR)/usr/lib/libelf.a
- $(INSTALL) -m 0644 $(STAGING_DIR)/usr/lib/libelf.so.$(LIBELF_VER) $(TARGET_DIR)/usr/lib/
- $(INSTALL) -m 0644 $(STAGING_DIR)/usr/lib/libelf.so.0 $(TARGET_DIR)/usr/lib/
libelf: uclibc $(TARGET_DIR)/usr/lib/libelf.so.$(LIBELF_VER)