summaryrefslogtreecommitdiffstats
path: root/Mk/bsd.port.subdir.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Mk/bsd.port.subdir.mk')
-rw-r--r--Mk/bsd.port.subdir.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.subdir.mk b/Mk/bsd.port.subdir.mk
index e673a8e..2321b62 100644
--- a/Mk/bsd.port.subdir.mk
+++ b/Mk/bsd.port.subdir.mk
@@ -303,7 +303,7 @@ readmes: readme
.if !target(readme)
readme:
- @${RM} -f README.html
+ @${RM} README.html
@${MAKE} README.html
.endif
@@ -345,7 +345,7 @@ README.html:
-e '/%%SUBDIR%%/r$@.tmp2' \
-e '/%%SUBDIR%%/d' \
> $@
- @${RM} -f $@.tmp $@.tmp2 $@.tmp3 $@.tmp4
+ @${RM} $@.tmp $@.tmp2 $@.tmp3 $@.tmp4
# Pass in the cached invariant variables to child makes.
.if !defined(NOPRECIOUSMAKEVARS)
OpenPOWER on IntegriCloud