diff options
| author | David Reitter | 2008-07-16 05:28:31 +0000 |
|---|---|---|
| committer | David Reitter | 2008-07-16 05:28:31 +0000 |
| commit | 7206e7b7c7d36eef134ed0baddddc1370b04044d (patch) | |
| tree | ed29f35f745121e3a38fc94fe4a780c9bf979209 | |
| parent | 6fbcfb6f39627779d4d84cbc704439ee615e9b26 (diff) | |
| download | emacs-7206e7b7c7d36eef134ed0baddddc1370b04044d.tar.gz emacs-7206e7b7c7d36eef134ed0baddddc1370b04044d.zip | |
add further files to SOME_MACHINE_LISP to support NeXTStep port
| -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 |