summaryrefslogtreecommitdiff
path: root/toolchain/glibc/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-08-06 11:52:53 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-08-06 11:52:53 +0200
commit79a44ad433851e3e9443fbffbf690c5ab3316a94 (patch)
tree810f6cd111f55148bb7fcd8027a8d74be38fe46a /toolchain/glibc/Makefile
parentd9f5e00fd639085cecbf024cf5d7656c3e641e1b (diff)
bsd fixes
Diffstat (limited to 'toolchain/glibc/Makefile')
-rw-r--r--toolchain/glibc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/glibc/Makefile b/toolchain/glibc/Makefile
index f010386e1..34f4c924a 100644
--- a/toolchain/glibc/Makefile
+++ b/toolchain/glibc/Makefile
@@ -65,7 +65,7 @@ $(WRKBUILD)/.installed:
touch $@
$(WRKBUILD)/.fixup:
- -find $(STAGING_TARGET_DIR) $(STAGING_HOST_DIR) -name \*.la -delete
+ -find $(STAGING_TARGET_DIR) $(STAGING_HOST_DIR) -name \*.la -exec {} \;
rm -rf $(STAGING_TARGET_DIR)/usr/share/locale $(STAGING_TARGET_DIR)/usr/share/i18n
ifeq ($(ADK_TARGET_TOOLCHAIN),y)
# strip target libs and host tools for toolchain builds