diff options
Diffstat (limited to 'devel/llvm34/Makefile')
-rw-r--r-- | devel/llvm34/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/llvm34/Makefile b/devel/llvm34/Makefile index f16417456a2d..b107dc03f0b1 100644 --- a/devel/llvm34/Makefile +++ b/devel/llvm34/Makefile @@ -246,7 +246,7 @@ regression-test: ${BUILD_COOKIE} fi build-plist: - ${RM} -f ${PLIST} + ${RM} ${PLIST} .for command in ${COMMANDS} ${ECHO_CMD} bin/${command}%%LLVM_SUFFIX%% >> ${PLIST} .endfor |