From eabbfd75e30148b8f686899a638b93547ca83485 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Fri, 21 Oct 2016 12:51:40 +0000 Subject: ${RM} already has -f. PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight --- lang/ceylon/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/ceylon/Makefile') diff --git a/lang/ceylon/Makefile b/lang/ceylon/Makefile index 5f3d131586ce..cb521554dc9b 100644 --- a/lang/ceylon/Makefile +++ b/lang/ceylon/Makefile @@ -27,7 +27,7 @@ CEYLON_DIRS= contrib lib repo samples templates .include do-install: - ${RM} -f ${WRKSRC}/bin/*.bat + ${RM} ${WRKSRC}/bin/*.bat ${INSTALL_MAN} ${WRKSRC}/doc/man/man1/* ${STAGEDIR}/${MAN1PREFIX}/man/man1 -- cgit v1.2.3