diff options
| author | Richard M. Stallman | 1997-07-09 04:47:12 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-07-09 04:47:12 +0000 |
| commit | fed6688e879e436a3a0bab1b22bfdc1c0a5e9e66 (patch) | |
| tree | d0eedd2cc513049bf0e22950aac06cbba6b818ba /lisp | |
| parent | 7a6ee7aed88d3b6592ec08abc4563eca2729a652 (diff) | |
| download | emacs-fed6688e879e436a3a0bab1b22bfdc1c0a5e9e66.tar.gz emacs-fed6688e879e436a3a0bab1b22bfdc1c0a5e9e66.zip | |
(dontcompilefiles): Add cyril-util.el.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/Makefile b/lisp/Makefile index 587d07bc9d7..2a6360dd33a 100644 --- a/lisp/Makefile +++ b/lisp/Makefile | |||
| @@ -6,7 +6,7 @@ SOURCES = *.el COPYING Makefile | |||
| 6 | lisptagsfiles = [a-zA-Z]*.el [a-zA-Z]*/[a-zA-Z]*.el | 6 | lisptagsfiles = [a-zA-Z]*.el [a-zA-Z]*/[a-zA-Z]*.el |
| 7 | 7 | ||
| 8 | dontcompilefiles: bindings.el blessmail.el bruce.el cus-load.el cus-start.el | 8 | dontcompilefiles: bindings.el blessmail.el bruce.el cus-load.el cus-start.el |
| 9 | dontcompilefiles: forms-d2.el forms-pass.el | 9 | dontcompilefiles: cyril-util.el forms-d2.el forms-pass.el |
| 10 | dontcompilefiles: latin-1.el latin-2.el latin-3.el latin-4.el latin-5.el | 10 | dontcompilefiles: latin-1.el latin-2.el latin-3.el latin-4.el latin-5.el |
| 11 | dontcompilefiles: loaddefs.el loadup.el mule-conf.el patcomp.el | 11 | dontcompilefiles: loaddefs.el loadup.el mule-conf.el patcomp.el |
| 12 | dontcompilefiles: paths.el sc.el subdirs.el term-nasty.el version.el | 12 | dontcompilefiles: paths.el sc.el subdirs.el term-nasty.el version.el |