diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 9f4dcd2b26f..775c454e813 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -873,7 +873,9 @@ SOME_MACHINE_LISP = ${dotdot}/lisp/mouse.elc \ | |||
| 873 | ${dotdot}/lisp/w32-fns.elc ${dotdot}/lisp/dos-w32.elc \ | 873 | ${dotdot}/lisp/w32-fns.elc ${dotdot}/lisp/dos-w32.elc \ |
| 874 | ${dotdot}/lisp/disp-table.elc ${dotdot}/lisp/dos-vars.elc \ | 874 | ${dotdot}/lisp/disp-table.elc ${dotdot}/lisp/dos-vars.elc \ |
| 875 | ${dotdot}/lisp/international/ccl.elc \ | 875 | ${dotdot}/lisp/international/ccl.elc \ |
| 876 | ${dotdot}/lisp/international/codepage.elc | 876 | ${dotdot}/lisp/international/codepage.elc \ |
| 877 | ${dotdot}/lisp/mouse.elc ${dotdot}/lisp/international/fontset.elc \ | ||
| 878 | ${dotdot}/lisp/x-dnd.elc ${dotdot}/lisp/term/x-win.elc | ||
| 877 | 879 | ||
| 878 | /* Construct full set of libraries to be linked. | 880 | /* Construct full set of libraries to be linked. |
| 879 | Note that SunOS needs -lm to come before -lc; otherwise, you get | 881 | Note that SunOS needs -lm to come before -lc; otherwise, you get |