summaryrefslogtreecommitdiff
path: root/package/eglibc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-02-01 14:36:20 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-02-01 14:36:20 +0100
commite110c83019b7475f8d9e50b79cb1621096d33dec (patch)
tree2a074115e7c52e6c35e4468f78cf6fee7d3aa7aa /package/eglibc
parentdb900a4ddbe5791bce1dcbe6687ccbd2e0d13c4d (diff)
upps, wrong dir
Diffstat (limited to 'package/eglibc')
-rw-r--r--package/eglibc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/eglibc/Makefile b/package/eglibc/Makefile
index ddd86201b..a97b594ec 100644
--- a/package/eglibc/Makefile
+++ b/package/eglibc/Makefile
@@ -85,7 +85,7 @@ eglibc-dev-install:
${CP} ${STAGING_TARGET_DIR}/usr/lib/crt* ${IDIR_EGLIBC_DEV}/usr/lib
${CP} ${STAGING_TARGET_DIR}/usr/lib/libc_nonshared.a ${IDIR_EGLIBC_DEV}/usr/lib
-for file in libc libcrypt libdl libm libresolv librt libutil; do \
- cd $(IDIR_GLIBC_DEV)/lib/; ln -sf $$file-$(PKG_VERSION).so $$file.so; \
+ cd $(IDIR_EGLIBC_DEV)/lib/; ln -sf $$file-$(PKG_VERSION).so $$file.so; \
done
# header package
$(MAKE) -C $(TOOLCHAIN_BUILD_DIR)/w-linux-$(KERNEL_VERSION)-$(KERNEL_RELEASE)/linux-$(KERNEL_VERSION) \