diff options
| -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 |