diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-01-26 12:43:05 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-01-26 12:43:05 +0000 |
commit | 6c317bd2b45e7beaef9bd425e0ae65329b5c99d5 (patch) | |
tree | 23961364be42d38b8281eaa5a7b4653254fd3ef7 /lisp/Makefile.in | |
parent | af900b233db1504e03c42ebaec16b8c8eaf51df8 (diff) | |
download | emacs-6c317bd2b45e7beaef9bd425e0ae65329b5c99d5.tar.gz |
(DONTCOMPILE): Add various term files.
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r-- | lisp/Makefile.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 94a4c478cb6..247fb3f689d 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -56,6 +56,26 @@ DONTCOMPILE = \ $(lisp)/play/bruce.el \ $(lisp)/subdirs.el \ $(lisp)/term/internal.el \ + $(lisp)/term/AT386.el \ + $(lisp)/term/apollo.el \ + $(lisp)/term/bobcat.el \ + $(lisp)/term/iris-ansi.el \ + $(lisp)/term/keyswap.el \ + $(lisp)/term/linux.el \ + $(lisp)/term/lk201.el \ + $(lisp)/term/news.el \ + $(lisp)/term/vt102.el \ + $(lisp)/term/vt125.el \ + $(lisp)/term/vt200.el \ + $(lisp)/term/vt201.el \ + $(lisp)/term/vt220.el \ + $(lisp)/term/vt240.el \ + $(lisp)/term/vt300.el \ + $(lisp)/term/vt320.el \ + $(lisp)/term/vt400.el \ + $(lisp)/term/vt420.el \ + $(lisp)/term/wyse50.el \ + $(lisp)/term/xterm.el \ $(lisp)/version.el # Files to compile before others during a bootstrap. This is done |