aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKaroly Lorentey2006-01-17 16:29:16 +0000
committerKaroly Lorentey2006-01-17 16:29:16 +0000
commitae4a0f10ecbecae8ba6a2a9cebb984eaab96dbb6 (patch)
tree1f02a912dbc3c6d7dd7ddeb308ce030985e4675c /src
parentf6271f1b584e5e3dcc9e29650575b802ae879b06 (diff)
downloademacs-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
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
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