diff options
Diffstat (limited to 'benchmarks/lmbench/Makefile')
-rw-r--r-- | benchmarks/lmbench/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |