diff options
Diffstat (limited to 'lang/cocor/Makefile')
-rw-r--r-- | lang/cocor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/cocor/Makefile b/lang/cocor/Makefile index 806a18cf24c5..c3942b8990ea 100644 --- a/lang/cocor/Makefile +++ b/lang/cocor/Makefile @@ -27,7 +27,7 @@ post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS|#CFLAGS|' ${WRKSRC}/${i} .endfor .for i in cplus2 taste taste_cp - @${RM} -f ${WRKSRC}/${i}/unix.mk.* + @${RM} ${WRKSRC}/${i}/unix.mk.* .endfor do-install: |