diff options
| author | Karoly Lorentey | 2005-04-18 14:32:14 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2005-04-18 14:32:14 +0000 |
| commit | 774a8da14bb2520b6adad223ab13f0b64f002872 (patch) | |
| tree | 4508e75394a8c14887e443e6b213e1191d8bc24d /src | |
| parent | 6ab9dd8034fcd76f5d2e92a91243f8d8be3a8f98 (diff) | |
| download | emacs-774a8da14bb2520b6adad223ab13f0b64f002872.tar.gz emacs-774a8da14bb2520b6adad223ab13f0b64f002872.zip | |
Fix bootstrap error during loadup.
* lisp/loadup.el: Load dnd.el before x-dnd.el.
* src/Makefile.in (SOME_MACHINE_LISP): Add dnd.elc.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-329
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index ec5ff5a4c5f..874d2b84303 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -898,7 +898,8 @@ SOME_MACHINE_LISP = ${dotdot}/lisp/mouse.elc \ | |||
| 898 | ${dotdot}/lisp/international/ccl.elc \ | 898 | ${dotdot}/lisp/international/ccl.elc \ |
| 899 | ${dotdot}/lisp/international/codepage.elc \ | 899 | ${dotdot}/lisp/international/codepage.elc \ |
| 900 | ${dotdot}/lisp/mouse.elc ${dotdot}/lisp/international/fontset.elc \ | 900 | ${dotdot}/lisp/mouse.elc ${dotdot}/lisp/international/fontset.elc \ |
| 901 | ${dotdot}/lisp/x-dnd.elc ${dotdot}/lisp/term/x-win.elc | 901 | ${dotdot}/lisp/dnd.elc ${dotdot}/lisp/x-dnd.elc \ |
| 902 | ${dotdot}/lisp/term/x-win.elc | ||
| 902 | 903 | ||
| 903 | /* Construct full set of libraries to be linked. | 904 | /* Construct full set of libraries to be linked. |
| 904 | Note that SunOS needs -lm to come before -lc; otherwise, you get | 905 | Note that SunOS needs -lm to come before -lc; otherwise, you get |