summaryrefslogtreecommitdiff
path: root/font/devhtml
diff options
context:
space:
mode:
Diffstat (limited to 'font/devhtml')
-rw-r--r--font/devhtml/Makefile.sub4
1 files changed, 3 insertions, 1 deletions
diff --git a/font/devhtml/Makefile.sub b/font/devhtml/Makefile.sub
index 202ea93dd..e2b2e1e67 100644
--- a/font/devhtml/Makefile.sub
+++ b/font/devhtml/Makefile.sub
@@ -35,9 +35,11 @@ RES=240
CPI=10
LPI=6
+RM=rm -f
+
$(FONTS): R.proto
@echo Making $@
- @rm -f $@
+ @$(RM) $@
@charwidth=`expr $(RES) / $(CPI)` ; \
sed -e "s/^name [A-Z]*$$/name $@/" \
-e \