summaryrefslogtreecommitdiff
path: root/package/eglibc/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-08-02 00:59:38 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-08-02 00:59:38 +0200
commit644b7f27696de6fbbba53019f08ac534fd5ad37b (patch)
treef8438f69a2a6c83127b39e7d4311b6582bb1c298 /package/eglibc/Makefile
parenta6f3e55ba6d92b1e9be6c91cc020bbaddb9e98a7 (diff)
fix compile of gcc package, host cppflags should be not target cppflags
Diffstat (limited to 'package/eglibc/Makefile')
-rw-r--r--package/eglibc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/eglibc/Makefile b/package/eglibc/Makefile
index 4b737e303..e70d9a790 100644
--- a/package/eglibc/Makefile
+++ b/package/eglibc/Makefile
@@ -89,6 +89,7 @@ eglibc-dev-install:
$(MAKE) -C $(WRKBUILD) \
install-headers install-bootstrap-headers=yes
@find $(IDIR_EGLIBC_DEV) -name .install -exec rm {} \;
+ @find $(IDIR_EGLIBC_DEV) -name ..install.cmd -exec rm {} \;
# conflicts with libiconv
find $(IDIR_EGLIBC_DEV) -name iconv.h -exec rm {} \;