From 64c85a1df2b7d5ec376795f589ba45a876142b20 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 25 Jul 2014 12:53:24 +0200 Subject: use a more portable way of find doing it. --- mk/host-bottom.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mk/host-bottom.mk') diff --git a/mk/host-bottom.mk b/mk/host-bottom.mk index 081e4d8b9..0a3add597 100644 --- a/mk/host-bottom.mk +++ b/mk/host-bottom.mk @@ -96,7 +96,7 @@ ifeq (${HOST_STYLE},manual) env ${HOST_MAKE_ENV} ${MAKE} host-install $(MAKE_TRACE) endif env ${HOST_MAKE_ENV} ${MAKE} hostpost-install $(MAKE_TRACE) - @find $(STAGING_HOST_DIR) -name \*.la -delete + @find $(STAGING_HOST_DIR) -name \*.la -exec rm {} \; @touch $@ ${_HOST_COOKIE}: -- cgit v1.2.3