diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 30dbc9df0cf..15cc8003e59 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -699,6 +699,7 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(allocaobj) $(widgetobj) $(LIBO | |||
| 699 | lisp= \ | 699 | lisp= \ |
| 700 | ${lispsource}abbrev.elc \ | 700 | ${lispsource}abbrev.elc \ |
| 701 | ${lispsource}buff-menu.elc \ | 701 | ${lispsource}buff-menu.elc \ |
| 702 | ${lispsource}server.elc \ | ||
| 702 | ${lispsource}button.elc \ | 703 | ${lispsource}button.elc \ |
| 703 | ${lispsource}emacs-lisp/byte-run.elc \ | 704 | ${lispsource}emacs-lisp/byte-run.elc \ |
| 704 | ${lispsource}cus-face.elc \ | 705 | ${lispsource}cus-face.elc \ |
| @@ -791,6 +792,7 @@ lisp= \ | |||
| 791 | shortlisp= \ | 792 | shortlisp= \ |
| 792 | ../lisp/abbrev.elc \ | 793 | ../lisp/abbrev.elc \ |
| 793 | ../lisp/buff-menu.elc \ | 794 | ../lisp/buff-menu.elc \ |
| 795 | ../lisp/server.elc \ | ||
| 794 | ../lisp/button.elc \ | 796 | ../lisp/button.elc \ |
| 795 | ../lisp/emacs-lisp/byte-run.elc \ | 797 | ../lisp/emacs-lisp/byte-run.elc \ |
| 796 | ../lisp/cus-face.elc \ | 798 | ../lisp/cus-face.elc \ |