vt: Remove .fnt.uu from Makefile SUFFIXES
The uudecode make rule was removed years ago.
Fixes: 68510f3bac ("Remove uudecode make rule for vt fonts")
This commit is contained in:
@@ -21,7 +21,7 @@ FILES= ${FONTS} INDEX.fonts
|
||||
|
||||
CLEANFILES+= ${FONTS}
|
||||
|
||||
.SUFFIXES: .bdf .fnt .fnt.uu .hex
|
||||
.SUFFIXES: .bdf .fnt .hex
|
||||
.bdf.fnt .hex.fnt:
|
||||
vtfontcvt -o ${.TARGET} ${.IMPSRC}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user