diff options
author | U-windows7\wbx <wbx@windows7.(none)> | 2009-12-19 20:39:23 +0100 |
---|---|---|
committer | U-windows7\wbx <wbx@windows7.(none)> | 2009-12-19 20:39:23 +0100 |
commit | 99f2eaf540fc2a613b97560cc6e9a9de0937ac23 (patch) | |
tree | 92a25e6a0f8cad4c511589eae0648696a176c82c /toolchain/eglibc/Makefile | |
parent | c58c1d4555c199939496713f231e45598b4d8ba7 (diff) | |
parent | 1fda4ed40fe7fbab5db517a79ff8b13b33ca9355 (diff) |
Merge branch 'master' of git://openadk.org/git/openadk
Diffstat (limited to 'toolchain/eglibc/Makefile')
-rw-r--r-- | toolchain/eglibc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile index ec0f4f639..d6cf99e27 100644 --- a/toolchain/eglibc/Makefile +++ b/toolchain/eglibc/Makefile @@ -44,7 +44,7 @@ $(WRKBUILD)/.headers_configure: mkdir -p $(EGLIBC_BUILD_DIR_INITIAL) (cd ${WRKDIR}/$(PKG_NAME)-$(PKG_VERSION); \ ln -sf ../ports ${WRKDIR}/$(PKG_NAME)-$(PKG_VERSION)/libc); - (cd ${WRKDIR}/$(PKG_NAME)-$(PKG_VERSION)/libc; autoconf --force); + #(cd ${WRKDIR}/$(PKG_NAME)-$(PKG_VERSION)/libc; autoconf --force); $(CP) ${TOPDIR}/toolchain/eglibc/eglibc.config \ $(EGLIBC_BUILD_DIR_INITIAL) (cd $(EGLIBC_BUILD_DIR_INITIAL); \ |