diff options
Diffstat (limited to 'devel/avr-libc/Makefile')
-rw-r--r-- | devel/avr-libc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/avr-libc/Makefile b/devel/avr-libc/Makefile index 80df5b9d4956..e7f701ec3f7e 100644 --- a/devel/avr-libc/Makefile +++ b/devel/avr-libc/Makefile @@ -63,7 +63,7 @@ post-patch: .endif do-install: - ${RM} -f ${TMPPLIST} + ${RM} ${TMPPLIST} .if ${PORT_OPTIONS:MDOXYGEN} (cd ${BUILD_WRKSRC}/doc/api/avr-libc-user-manual && \ ${FIND} . -type f \ |