diff options
Diffstat (limited to 'benchmarks/unixbench/Makefile')
-rw-r--r-- | benchmarks/unixbench/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/unixbench/Makefile b/benchmarks/unixbench/Makefile index 3e4b6b42bad8..57c9802450dd 100644 --- a/benchmarks/unixbench/Makefile +++ b/benchmarks/unixbench/Makefile @@ -17,7 +17,7 @@ SUB_FILES= unixbench MAKE_JOBS_UNSAFE= yes post-extract: - ${RM} -f ${WRKSRC}/pgms/select + ${RM} ${WRKSRC}/pgms/select do-install: ${INSTALL_SCRIPT} ${WRKDIR}/unixbench ${STAGEDIR}${PREFIX}/bin/ |