diff options
Diffstat (limited to 'devel/llvm33/Makefile')
-rw-r--r-- | devel/llvm33/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/llvm33/Makefile b/devel/llvm33/Makefile index 7be33630737d..db46240bd8b0 100644 --- a/devel/llvm33/Makefile +++ b/devel/llvm33/Makefile @@ -241,7 +241,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 |