From eabbfd75e30148b8f686899a638b93547ca83485 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Fri, 21 Oct 2016 12:51:40 +0000 Subject: ${RM} already has -f. PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight --- benchmarks/lmbench/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchmarks/lmbench/Makefile') diff --git a/benchmarks/lmbench/Makefile b/benchmarks/lmbench/Makefile index 853ab774874c..ee74b5417e59 100644 --- a/benchmarks/lmbench/Makefile +++ b/benchmarks/lmbench/Makefile @@ -40,7 +40,7 @@ post-extract: # Clean up turds from building the library. Some systems just have # .o, some also end up with .s, so clean up both. post-build: - @${RM} -f ${WRKSRC}/bin/*/*.[os] + @${RM} ${WRKSRC}/bin/*/*.[os] do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/lmbench -- cgit v1.2.3