comparison lisp/Makefile.in @ 89150:b50c2b9d6979

(DONTCOMPILE): Remove latin-N.el.
author Dave Love <fx@gnu.org>
date Sat, 05 Oct 2002 19:00:51 +0000
parents b1bda30f44ca
children 2f877ed80fa6
comparison
equal deleted inserted replaced
89149:b05fd8a2ca53 89150:b50c2b9d6979
40 ETAGS = ../lib-src/etags 40 ETAGS = ../lib-src/etags
41 41
42 # Files which should not be compiled. If you change the name `DONTCOMPILE' 42 # Files which should not be compiled. If you change the name `DONTCOMPILE'
43 # to something different, you'll have to change make-dist as well, and 43 # to something different, you'll have to change make-dist as well, and
44 # modify the lists in $lisp and $shortlisp on src/Makefile.in. 44 # modify the lists in $lisp and $shortlisp on src/Makefile.in.
45 #
46 # - emacs-lisp/cl-specs.el: only contains `def-edebug-spec's so there's
47 # no point compiling it, although it doesn't hurt.
48 45
49 DONTCOMPILE = \ 46 DONTCOMPILE = \
50 $(lisp)/cus-load.el \ 47 $(lisp)/cus-load.el \
51 $(lisp)/emacs-lisp/cl-specs.el \ 48 $(lisp)/emacs-lisp/cl-specs.el \
52 $(lisp)/eshell/esh-maint.el \ 49 $(lisp)/eshell/esh-maint.el \
53 $(lisp)/eshell/esh-groups.el \ 50 $(lisp)/eshell/esh-groups.el \
54 $(lisp)/finder-inf.el \ 51 $(lisp)/finder-inf.el \
55 $(lisp)/forms-d2.el \ 52 $(lisp)/forms-d2.el \
56 $(lisp)/forms-pass.el \ 53 $(lisp)/forms-pass.el \
57 $(lisp)/generic-x.el \ 54 $(lisp)/generic-x.el \
58 $(lisp)/international/latin-1.el \
59 $(lisp)/international/latin-2.el \
60 $(lisp)/international/latin-3.el \
61 $(lisp)/international/latin-4.el \
62 $(lisp)/international/latin-5.el \
63 $(lisp)/international/latin-8.el \
64 $(lisp)/international/latin-9.el \
65 $(lisp)/international/latin1-disp.el \ 55 $(lisp)/international/latin1-disp.el \
66 $(lisp)/international/mule-conf.el \ 56 $(lisp)/international/mule-conf.el \
67 $(lisp)/language/czech.el \ 57 $(lisp)/language/czech.el \
68 $(lisp)/language/devanagari.el \ 58 $(lisp)/language/devanagari.el \
69 $(lisp)/language/english.el \ 59 $(lisp)/language/english.el \