comparison lisp/Makefile.in @ 33626:335691313bc6

(DONTCOMPILE): Omit bindings.el.
author Dave Love <fx@gnu.org>
date Mon, 20 Nov 2000 11:37:48 +0000
parents 2b0399706883
children 646b893652e6
comparison
equal deleted inserted replaced
33625:91bf709e1a20 33626:335691313bc6
28 # 28 #
29 # - emacs-lisp/cl-specs.el: only contains `def-edebug-spec's so there's 29 # - emacs-lisp/cl-specs.el: only contains `def-edebug-spec's so there's
30 # no point compiling it, although it doesn't hurt. 30 # no point compiling it, although it doesn't hurt.
31 31
32 DONTCOMPILE = \ 32 DONTCOMPILE = \
33 $(lisp)/bindings.el \
34 $(lisp)/cus-load.el \ 33 $(lisp)/cus-load.el \
35 $(lisp)/cus-start.el \ 34 $(lisp)/cus-start.el \
36 $(lisp)/emacs-lisp/cl-specs.el \ 35 $(lisp)/emacs-lisp/cl-specs.el \
37 $(lisp)/eshell/esh-maint.el \ 36 $(lisp)/eshell/esh-maint.el \
38 $(lisp)/eshell/esh-groups.el \ 37 $(lisp)/eshell/esh-groups.el \