diff options
| -rw-r--r-- | src/Makefile.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 1083dacdc87..1e13c916cee 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -897,7 +897,11 @@ SOME_MACHINE_LISP = ../lisp/mouse.elc \ | |||
| 897 | ../lisp/international/codepage.elc \ | 897 | ../lisp/international/codepage.elc \ |
| 898 | ../lisp/international/fontset.elc \ | 898 | ../lisp/international/fontset.elc \ |
| 899 | ../lisp/mouse.elc \ | 899 | ../lisp/mouse.elc \ |
| 900 | ../lisp/term/x-win.elc | 900 | ../lisp/term/x-win.elc \ |
| 901 | ../lisp/term/ns-win.elc \ | ||
| 902 | ../lisp/emacs-lisp/easy-mmode.elc \ | ||
| 903 | ../lisp/ns-carbon-compat.elc \ | ||
| 904 | ../lisp/emacs-lisp/easy-menu.elc | ||
| 901 | 905 | ||
| 902 | /* Construct full set of libraries to be linked. | 906 | /* Construct full set of libraries to be linked. |
| 903 | Note that SunOS needs -lm to come before -lc; otherwise, you get | 907 | Note that SunOS needs -lm to come before -lc; otherwise, you get |