diff options
-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= \ MOUSE_SUPPORT \ ${lispsource}emacs-lisp/float-sup.elc \ ${lispsource}frame.elc \ - ${lispsource}termdev.elc \ ${lispsource}help.elc \ ${lispsource}indent.elc \ ${lispsource}isearch.elc \ @@ -845,7 +844,6 @@ shortlisp= \ ../lisp/emacs-lisp/float-sup.elc \ ../lisp/format.elc \ ../lisp/frame.elc \ - ../lisp/termdev.elc \ ../lisp/help.elc \ ../lisp/indent.elc \ ../lisp/isearch.elc \ |