Scope-eye.net Git Repository
/
liskon_frotz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44a687a
)
Makefile change
author
borg323
<4010067-borg323@users.noreply.gitlab.com>
Wed, 22 May 2019 15:48:17 +0000
(18:48 +0300)
committer
David Griffith
<dave@661.org>
Mon, 27 May 2019 02:32:11 +0000
(19:32 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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
-if
def USE_UTF8
+if
eq ($(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
-if
def USE_UTF8
+if
eq ($(USE_UTF8), yes)
@echo "#define USE_UTF8" >> $@
endif
ifdef HANDLE_OE_DIPTHONG