diff options
| author | Karoly Lorentey | 2006-01-17 16:29:16 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2006-01-17 16:29:16 +0000 |
| commit | ae4a0f10ecbecae8ba6a2a9cebb984eaab96dbb6 (patch) | |
| tree | 1f02a912dbc3c6d7dd7ddeb308ce030985e4675c | |
| parent | f6271f1b584e5e3dcc9e29650575b802ae879b06 (diff) | |
| download | emacs-ae4a0f10ecbecae8ba6a2a9cebb984eaab96dbb6.tar.gz emacs-ae4a0f10ecbecae8ba6a2a9cebb984eaab96dbb6.zip | |
Fix bootstrap problem reported by Han Boetes.
* src/Makefile.in (SOME_MACHINE_LISP): Fix typo.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-498
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 61f1d0d6698..9329dddc516 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -925,7 +925,7 @@ SOME_MACHINE_LISP = ${dotdot}/lisp/mouse.elc \ | |||
| 925 | ${dotdot}/lisp/x-dnd.elc \ | 925 | ${dotdot}/lisp/x-dnd.elc \ |
| 926 | ${dotdot}/lisp/international/ccl.elc \ | 926 | ${dotdot}/lisp/international/ccl.elc \ |
| 927 | ${dotdot}/lisp/international/codepage.elc \ | 927 | ${dotdot}/lisp/international/codepage.elc \ |
| 928 | ${dotdot}/lisp/international/fontset.elc | 928 | ${dotdot}/lisp/international/fontset.elc \ |
| 929 | ${dotdot}/lisp/mouse.elc \ | 929 | ${dotdot}/lisp/mouse.elc \ |
| 930 | ${dotdot}/lisp/term/x-win.elc | 930 | ${dotdot}/lisp/term/x-win.elc |
| 931 | 931 | ||