From 64376cad581926d18881ee68356cda4dfe44f402 Mon Sep 17 00:00:00 2001 From: Ryo ONODERA Date: Fri, 7 Apr 2017 11:25:27 -0700 Subject: [PATCH] makefile: Use correct variable name, FONTPATH instead of FONTNAME in message --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 3d98a705..c42286fb 100644 --- a/makefile +++ b/makefile @@ -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 ***)