aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--benchmarks/lmbench/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/lmbench/Makefile b/benchmarks/lmbench/Makefile
index dec154c3bd51..36f875973bb7 100644
--- a/benchmarks/lmbench/Makefile
+++ b/benchmarks/lmbench/Makefile
@@ -52,7 +52,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} ${WRKSRC}/bin/*.[os]
+ @${RM} -f ${WRKSRC}/bin/*/*.[os]
pre-install:
[ -d ${PREFIX}/lib/lmbench ] || ${MKDIR} ${PREFIX}/lib/lmbench