emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-unicode-2 branch: redundant filenames in lib-src/makefile.w32-in


From: Zhang Wei
Subject: emacs-unicode-2 branch: redundant filenames in lib-src/makefile.w32-in
Date: Thu, 13 Oct 2005 21:29:17 +0800

In emacs-unicode-2 branch, these files had been removed from
the lisp/international/ directory:

utf-8.el
latin-1.el
latin-2.el
latin-3.el
latin-4.el
latin-5.el
latin-8.el
latin-9.el

But their names still appear in lib-src/makefile.w32-in, when
emacs-unicode-2 branch is compiled on Windows platform, that will
cause some compile errors.

-----------------------------------------------------------
*** makefile.w32-in.old 2005-10-13 21:09:13.943792688 +0800
--- makefile.w32-in     2005-10-13 21:08:07.532888680 +0800
***************
*** 191,205 ****
        $(lispsource)international/mule-conf.el \
        $(lispsource)international/mule-cmds.elc \
        $(lispsource)international/characters.elc \
-       $(lispsource)international/ucs-tables.elc \
-       $(lispsource)international/utf-8.elc \
-       $(lispsource)international/latin-1.el \
-       $(lispsource)international/latin-2.el \
-       $(lispsource)international/latin-3.el \
-       $(lispsource)international/latin-4.el \
-       $(lispsource)international/latin-5.el \
-       $(lispsource)international/latin-8.el \
-       $(lispsource)international/latin-9.el \
        $(lispsource)case-table.elc

  lisp2 = \
--- 191,196 ----
-----------------------------------------------------------




reply via email to

[Prev in Thread] Current Thread [Next in Thread]