From: Andreas Schwab Date: Sat, 16 Jan 2010 09:40:57 +0000 (+0100) Subject: Update $(lisp) and $(shortlisp) to match changes in loadup.el X-Git-Tag: emacs-pretest-23.1.92~35^2~29 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e118d2be3b70097e71c0be4d0fc1f88b0fb39e88;p=emacs.git Update $(lisp) and $(shortlisp) to match changes in loadup.el * Makefile.in (lisp, shortlisp): Update. --- diff --git a/src/ChangeLog b/src/ChangeLog index 9cbab2b4d98..94a1f9604f5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2010-01-16 Andreas Schwab + + * Makefile.in (lisp, shortlisp): Update. + 2010-01-16 Stefan Monnier * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp diff --git a/src/Makefile.in b/src/Makefile.in index 1fd3a3ffe85..11facec6023 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -736,13 +736,13 @@ lisp= \ ${lispsource}emacs-lisp/map-ynp.elc \ ${lispsource}menu-bar.elc \ ${lispsource}international/mule.elc \ - ${lispsource}international/mule-conf.el \ + ${lispsource}international/mule-conf.elc \ ${lispsource}international/mule-cmds.elc \ ${lispsource}international/characters.elc \ ${lispsource}international/charprop.el \ ${lispsource}case-table.elc \ - ${lispsource}language/chinese.el \ - ${lispsource}language/cyrillic.el \ + ${lispsource}language/chinese.elc \ + ${lispsource}language/cyrillic.elc \ ${lispsource}language/indian.elc \ ${lispsource}language/sinhala.el \ ${lispsource}language/english.el \ @@ -760,7 +760,7 @@ lisp= \ ${lispsource}language/tai-viet.el \ ${lispsource}language/thai.el \ ${lispsource}language/tibetan.elc \ - ${lispsource}language/vietnamese.el \ + ${lispsource}language/vietnamese.elc \ ${lispsource}language/misc-lang.el \ ${lispsource}language/utf-8-lang.el \ ${lispsource}language/georgian.el \ @@ -829,12 +829,12 @@ shortlisp= \ ../lisp/emacs-lisp/map-ynp.elc \ ../lisp/env.elc \ ../lisp/international/mule.elc \ - ../lisp/international/mule-conf.el \ + ../lisp/international/mule-conf.elc \ ../lisp/international/mule-cmds.elc \ ../lisp/international/characters.elc \ ../lisp/case-table.elc \ - ../lisp/language/chinese.el \ - ../lisp/language/cyrillic.el \ + ../lisp/language/chinese.elc \ + ../lisp/language/cyrillic.elc \ ../lisp/language/indian.elc \ ../lisp/language/sinhala.el \ ../lisp/language/english.el \ @@ -852,7 +852,7 @@ shortlisp= \ ../lisp/language/tai-viet.el \ ../lisp/language/thai.el \ ../lisp/language/tibetan.elc \ - ../lisp/language/vietnamese.el \ + ../lisp/language/vietnamese.elc \ ../lisp/language/misc-lang.el \ ../lisp/language/utf-8-lang.el \ ../lisp/language/georgian.el \