diff options
| author | Richard M. Stallman | 1997-05-20 19:38:31 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-05-20 19:38:31 +0000 |
| commit | e51f50efcd4ce2a84805400c8fbcd2d2353e5094 (patch) | |
| tree | 4a5b3f56fa57c5d3c8f557c0797b42c47b69f373 /lisp/Makefile | |
| parent | 83d7d14c038c32a5a947960731e79b1f88b3abb4 (diff) | |
| download | emacs-e51f50efcd4ce2a84805400c8fbcd2d2353e5094.tar.gz emacs-e51f50efcd4ce2a84805400c8fbcd2d2353e5094.zip | |
(dontcompilefiles): Add list of files that should not be byte-compiled.
Diffstat (limited to 'lisp/Makefile')
| -rw-r--r-- | lisp/Makefile | 5 |
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 | |||
| 5 | SOURCES = *.el COPYING Makefile | 5 | SOURCES = *.el COPYING Makefile |
| 6 | lisptagsfiles = [a-zA-Z]*.el */[a-zA-Z]*.el | 6 | lisptagsfiles = [a-zA-Z]*.el */[a-zA-Z]*.el |
| 7 | 7 | ||
| 8 | dontcompilefiles: bindings.el blessmail.el bruce.el cus-load.el cus-start.el | ||
| 9 | dontcompilefiles: forms-d2.el forms-pass.el i3-syntax.el iso-syntax.el | ||
| 10 | dontcompilefiles: loaddefs.el loadup.el mule-conf.el patcomp.el | ||
| 11 | dontcompilefiles: paths.el sc.el subdirs.el term-nasty.el version.el | ||
| 12 | |||
| 8 | doit: | 13 | doit: |
| 9 | 14 | ||
| 10 | custom-deps: doit | 15 | custom-deps: doit |