diff options
Diffstat (limited to 'textproc/libtre/Makefile')
-rw-r--r-- | textproc/libtre/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libtre/Makefile b/textproc/libtre/Makefile index 415594e266ad..5457a0db9055 100644 --- a/textproc/libtre/Makefile +++ b/textproc/libtre/Makefile @@ -94,7 +94,7 @@ pgo-clean: . endfor # Only remove some files from lib to preserve profiling information. @${FIND} -E ${BUILD_WRKSRC}/lib -iregex ".*\.(a|la|lai|lo|o|so|so\..*)$$" \ - -exec ${RM} -f {} \; + -exec ${RM} {} \; .endif # if ${PORT_OPTIONS:MPGO} .include <bsd.port.mk> |