From 5f6eed211903ccf76e8a893cacf12cd2aafad48c Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Sat, 7 Jun 2025 02:21:49 -1000 Subject: [PATCH] makefile: Fix typo only a problem with 'make besm6' or 'make all' --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index f8edeafd..b35337fa 100644 --- a/makefile +++ b/makefile @@ -946,7 +946,7 @@ ifeq (${WIN32},) #*nix Environments (&& cygwin) VIDEO_TTF_LDFLAGS += -lSDL2_ttf VIDEO_FEATURES += with TrueType font support # Retain support for explicitly supplying a preferred fontfile - ifneq (,$(and $(FONTFILE)) + ifneq (,$(FONTFILE)) VIDEO_TTF_OPT += -DFONTFILE=${FONTFILE} endif else