aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman1997-05-20 19:38:31 +0000
committerRichard M. Stallman1997-05-20 19:38:31 +0000
commite51f50efcd4ce2a84805400c8fbcd2d2353e5094 (patch)
tree4a5b3f56fa57c5d3c8f557c0797b42c47b69f373 /lisp
parent83d7d14c038c32a5a947960731e79b1f88b3abb4 (diff)
downloademacs-e51f50efcd4ce2a84805400c8fbcd2d2353e5094.tar.gz
emacs-e51f50efcd4ce2a84805400c8fbcd2d2353e5094.zip
(dontcompilefiles): Add list of files that should not be byte-compiled.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/Makefile b/lisp/Makefile
index 80cb5c41356..239d207722b 100644
--- a/lisp/Makefile
+++ b/lisp/Makefile
@@ -5,6 +5,11 @@ EMACS = emacs
5SOURCES = *.el COPYING Makefile 5SOURCES = *.el COPYING Makefile
6lisptagsfiles = [a-zA-Z]*.el */[a-zA-Z]*.el 6lisptagsfiles = [a-zA-Z]*.el */[a-zA-Z]*.el
7 7
8dontcompilefiles: bindings.el blessmail.el bruce.el cus-load.el cus-start.el
9dontcompilefiles: forms-d2.el forms-pass.el i3-syntax.el iso-syntax.el
10dontcompilefiles: loaddefs.el loadup.el mule-conf.el patcomp.el
11dontcompilefiles: paths.el sc.el subdirs.el term-nasty.el version.el
12
8doit: 13doit:
9 14
10custom-deps: doit 15custom-deps: doit