summaryrefslogtreecommitdiff
path: root/editors/lazarus/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'editors/lazarus/Makefile.common')
-rw-r--r--editors/lazarus/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/lazarus/Makefile.common b/editors/lazarus/Makefile.common
index 59731ba60b32..df135661f810 100644
--- a/editors/lazarus/Makefile.common
+++ b/editors/lazarus/Makefile.common
@@ -61,7 +61,7 @@ do-build:
${SETENV} ${MAKE_ENV} ${MAKE_CMD} LCL_PLATFORM=${LCL_INTERFACE}
pre-install:
- @${RM} -f ${PLIST}
+ @${RM} ${PLIST}
@cd ${WRKSRC}/units/${BUILDNAME}/${LCL_INTERFACE} && \
${FIND} * -type f | ${SORT} | ${SED} -e 's|^|%%DATADIR%%/lcl/units/%%BUILDNAME%%/${LCL_INTERFACE}/|' -e 's|//|/|' >> ${PLIST}