[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: leim/leim-ext.el not used on Windows
From: |
Eli Zaretskii |
Subject: |
Re: leim/leim-ext.el not used on Windows |
Date: |
Sat, 09 Dec 2006 14:43:37 +0200 |
> Date: Tue, 5 Dec 2006 14:26:46 +0100
> From: "Juanma Barranquero" <address@hidden>
>
> In leim/makefile.in, leim-list.el depends on leim-ext.el, and
> non-empty, non-comment lines of leim-ext.el are appended to
> leim-list.el.
>
> However, leim/makefile.w32-in does not do that (in fact it does not
> mention leim-ext.el at all).
>
> Any easy way to add this to leim/makefile.w32-in without sed, or do we
> finally add sed to the required tools for Windows builds?
We don't need any steenking Sed, since at this stage we already have
built Emacs ;-)
I think I fixed this, please take a look. And thanks for pointing out
this subtle problem.