diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-28 12:36:30 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-28 12:36:30 +0100 |
commit | a21751d05ee06fd4e0bfae705e8467922b344120 (patch) | |
tree | 7705f057fee1baf2152bf2b97c9c4217298f4f06 /package/glibc | |
parent | d8a9ea4f5591783df24634cfaf10f32307b58803 (diff) | |
parent | 1b7510f011b5c63c060943716f39c9417b116359 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/glibc')
-rw-r--r-- | package/glibc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/glibc/Makefile b/package/glibc/Makefile index ddda531a9..084a71918 100644 --- a/package/glibc/Makefile +++ b/package/glibc/Makefile @@ -57,12 +57,12 @@ glibc-dev-install: ${CP} ${STAGING_DIR}/usr/lib/crt* ${IDIR_GLIBC_DEV}/usr/lib ${CP} ${STAGING_DIR}/usr/lib/libc_nonshared.a ${IDIR_GLIBC_DEV}/usr/lib # header package - $(MAKE) -C $(TOOLCHAIN_BUILD_DIR)/linux-$(KERNEL_VERSION) \ + $(MAKE) -C $(TOOLCHAIN_BUILD_DIR)/w-linux-$(KERNEL_VERSION)-$(KERNEL_RELEASE)/linux-$(KERNEL_VERSION) \ HOSTCC=$(HOSTCC) ARCH=$(ARCH) V=1 \ INSTALL_HDR_PATH=$(IDIR_GLIBC_DEV)/usr \ headers_install (cd $(WRKBUILD); \ - $(TOOLCHAIN_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/configure \ + $(TOOLCHAIN_BUILD_DIR)/w-$(PKG_NAME)-$(PKG_VERSION)-$(PKG_RELEASE)/$(PKG_NAME)-$(PKG_VERSION)/configure \ --prefix=/usr \ --with-sysroot=$(IDIR_GLIBC_DEV) \ ${GLIBC_CONFOPTS} \ |