Mercurial > emacs
comparison lisp/Makefile @ 26636:36564a827d06
Makefile (DONTCOMPILE): Add term/internal.el
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 28 Nov 1999 12:48:50 +0000 |
parents | 00e23959ec43 |
children | 884246071553 |
comparison
equal
deleted
inserted
replaced
26635:af8d605cbcf1 | 26636:36564a827d06 |
---|---|
28 international/latin-3.el international/latin-4.el \ | 28 international/latin-3.el international/latin-4.el \ |
29 international/latin-5.el \ | 29 international/latin-5.el \ |
30 loaddefs.el loadup.el international/mule-conf.el patcomp.el \ | 30 loaddefs.el loadup.el international/mule-conf.el patcomp.el \ |
31 paths.el mail/sc.el subdirs.el term-nasty.el version.el \ | 31 paths.el mail/sc.el subdirs.el term-nasty.el version.el \ |
32 generic-x.el international/latin-8.el international/latin-9.el \ | 32 generic-x.el international/latin-8.el international/latin-9.el \ |
33 emacs-lisp/cl-specs.el finder-inf.el | 33 emacs-lisp/cl-specs.el finder-inf.el term/internal.el |
34 | 34 |
35 # The actual Emacs command run in the targets below. | 35 # The actual Emacs command run in the targets below. |
36 | 36 |
37 emacs = $(EMACS) $(EMACSOPT) | 37 emacs = $(EMACS) $(EMACSOPT) |
38 | 38 |