diff options
| author | Glenn Morris | 2007-09-21 07:09:48 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-09-21 07:09:48 +0000 |
| commit | a44d9b8b4c49a82dac6b27b24b0aa52290ba1906 (patch) | |
| tree | 003165e73ab9ec02e4f893c9a56c8a2647422cd6 /src | |
| parent | f466320b255e107b82b10d338ae5a2b018ab5120 (diff) | |
| download | emacs-a44d9b8b4c49a82dac6b27b24b0aa52290ba1906.tar.gz emacs-a44d9b8b4c49a82dac6b27b24b0aa52290ba1906.zip | |
(lisp, shortlisp): Remove termdev.elc.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 36d94d07012..372f6fead4f 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -746,7 +746,6 @@ lisp= \ | |||
| 746 | MOUSE_SUPPORT \ | 746 | MOUSE_SUPPORT \ |
| 747 | ${lispsource}emacs-lisp/float-sup.elc \ | 747 | ${lispsource}emacs-lisp/float-sup.elc \ |
| 748 | ${lispsource}frame.elc \ | 748 | ${lispsource}frame.elc \ |
| 749 | ${lispsource}termdev.elc \ | ||
| 750 | ${lispsource}help.elc \ | 749 | ${lispsource}help.elc \ |
| 751 | ${lispsource}indent.elc \ | 750 | ${lispsource}indent.elc \ |
| 752 | ${lispsource}isearch.elc \ | 751 | ${lispsource}isearch.elc \ |
| @@ -845,7 +844,6 @@ shortlisp= \ | |||
| 845 | ../lisp/emacs-lisp/float-sup.elc \ | 844 | ../lisp/emacs-lisp/float-sup.elc \ |
| 846 | ../lisp/format.elc \ | 845 | ../lisp/format.elc \ |
| 847 | ../lisp/frame.elc \ | 846 | ../lisp/frame.elc \ |
| 848 | ../lisp/termdev.elc \ | ||
| 849 | ../lisp/help.elc \ | 847 | ../lisp/help.elc \ |
| 850 | ../lisp/indent.elc \ | 848 | ../lisp/indent.elc \ |
| 851 | ../lisp/isearch.elc \ | 849 | ../lisp/isearch.elc \ |