1
0
mirror of https://github.com/simh/simh.git synced 2026-01-26 04:01:38 +00:00

makefile: Use correct variable name, FONTPATH instead of FONTNAME in message

This commit is contained in:
Ryo ONODERA
2017-04-07 11:25:27 -07:00
committed by Mark Pizzolato
parent c6b10a06de
commit 64376cad58

View File

@@ -1466,7 +1466,7 @@ ifneq (,$(BESM6_BUILD))
$(info *** No font file available, BESM-6 video panel disabled.)
$(info ***)
$(info *** To enable the panel display please specify one of:)
$(info *** a font path with FONTNAME=path)
$(info *** a font path with FONTPATH=path)
$(info *** a font name with FONTNAME=fontname.ttf)
$(info *** a font file with FONTFILE=path/fontname.ttf)
$(info ***)