summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e66f9d47..a25370fe 100644
--- a/Makefile
+++ b/Makefile
@@ -110,9 +110,9 @@ endef
define LISP_TO_C_STRING
$(call ABBREV,L2C)
-$(V)echo "const wchli_t *${@:.h=}_code = wli(" > $@
+$(V)echo "const char *${@:.h=}_code =" > $@
$(V)sed -e 's/;.*//' -e 's/["\\]/\\&/g' -e 's/$$/\\n/' -e 's/.*/"&"/' $< >> $@
-$(V)echo ");" >> $@
+$(V)echo ";" >> $@
endef
define WINDRES