Makefile change
authorborg323 <4010067-borg323@users.noreply.gitlab.com>
Wed, 22 May 2019 15:48:17 +0000 (18:48 +0300)
committerDavid Griffith <dave@661.org>
Mon, 27 May 2019 02:32:11 +0000 (19:32 -0700)
Makefile

index f10a0f2b36a48f0478c1cc89aaed27a9027a44df..5fbc84a057fbfc8f8a1f6d1ce35bdbfac09af89b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -268,7 +268,7 @@ endif
 ifdef HANDLE_OE_DIPTHONG
        @echo "#define HANDLE_OE_DIPTHONG" >> $@
 endif
-ifdef USE_UTF8
+ifeq ($(USE_UTF8), yes)
        @echo "#define USE_UTF8" >> $@
 endif
        @echo "#endif /* COMMON_DEFINES_H */" >> $@
@@ -293,7 +293,7 @@ endif
 ifdef COLOR
        @echo "#define COLOR_SUPPORT" >> $@
 endif
-ifdef USE_UTF8
+ifeq ($(USE_UTF8), yes)
        @echo "#define USE_UTF8" >> $@
 endif
 ifdef HANDLE_OE_DIPTHONG