summaryrefslogtreecommitdiff
path: root/package/uclibc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/uclibc/Makefile')
-rw-r--r--package/uclibc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/uclibc/Makefile b/package/uclibc/Makefile
index c89e20fe6..4d96eceae 100644
--- a/package/uclibc/Makefile
+++ b/package/uclibc/Makefile
@@ -39,7 +39,7 @@ do-install:
HOSTCC="$(HOSTCC)" \
CPU_CFLAGS="$(TARGET_CFLAGS)" \
install_headers
- @find $(IDIR_UCLIBC_DEV) -name .install -delete
- @find $(IDIR_UCLIBC_DEV) -name ..install.cmd -delete
+ @find $(IDIR_UCLIBC_DEV) -name .install -exec rm {} \;
+ @find $(IDIR_UCLIBC_DEV) -name ..install.cmd -exec rm {} \;
include ${TOPDIR}/mk/pkg-bottom.mk