emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Unbreak `make install' in leim/ when leim's ${INSTALLDIR} do


From: Giorgos Keramidas
Subject: Re: [PATCH] Unbreak `make install' in leim/ when leim's ${INSTALLDIR} doesn't exist
Date: Thu, 12 Oct 2006 16:13:30 +0300

On 2006-10-12 22:10, Kenichi Handa <address@hidden> wrote:
> In article <address@hidden>, Giorgos Keramidas <address@hidden> writes:
> 
> > +       if [ ! -d ${INSTALLDIR} ] ; then \
> > +          ${srcdir}/${dot}${dot}/mkinstalldirs ${INSTALLDIR}; \
> > +       else true; fi
> 
> Here, I just followed the coding convention of the top level
> Makefile.in.
> 
> > Apart from this minor difference, this is identical to the second
> > version of the same patch I posted,
> 
> It seems that I missed the second version somehow, sorry.
> 
> > I will test it with a new build later today though.
> 
> Thank you.

Just finished testing.  All is fine now :)






reply via email to

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