summaryrefslogtreecommitdiff
path: root/package/eglibc
diff options
context:
space:
mode:
Diffstat (limited to 'package/eglibc')
-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 {} \;