aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/anthy/anthy/not_build_elc.patch
blob: 1c5c494003e9df934ee0e44b99fe8c3c46ec6b11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
upstream: not applicable
source: stolen from debian

Index: anthy-9100h/src-util/Makefile.am
===================================================================
--- anthy-9100h.orig/src-util/Makefile.am
+++ anthy-9100h/src-util/Makefile.am
@@ -8,7 +8,8 @@ ELISP_FILES = anthy.el anthy-dic.el anth
  anthy-isearch.el anthy-azik.el anthy-kyuri.el
 EXTRA_DIST = $(ELISP_FILES) typetab dic-tool-usage.txt anthy.i
 bin_PROGRAMS = anthy-dic-tool anthy-agent anthy-morphological-analyzer
-ELCFILES = anthy.elc anthy-dic.elc anthy-azik.elc anthy-conf.elc anthy-isearch.elc anthy-kyuri.elc leim-list.elc
+#ELCFILES = anthy.elc anthy-dic.elc anthy-azik.elc anthy-conf.elc anthy-isearch.elc anthy-kyuri.elc leim-list.elc
+ELCFILES = 
 if ELISP
 lisp_LISP = $(ELISP_FILES)
 endif