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