bug-gnulib
[Top][All Lists]
Advanced

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

Re: top_srcdir in Makefile.am & Makefile.in


From: Bruno Haible
Subject: Re: top_srcdir in Makefile.am & Makefile.in
Date: Sat, 30 Jul 2011 02:22:36 +0200
User-agent: KMail/1.13.6 (Linux/2.6.37.6-0.5-desktop; KDE/4.6.0; x86_64; ; )

Sam Steingold wrote:
>       $(am__cd) $(top_srcdir) && \
>         $(AUTOMAKE) --gnits gllib/Makefile
> 
> the penultimate line must be
> 
>       $(am__cd) $(top_srcdir)/src && \
> 
> how do I effect that?

You can't. Instead, make sure that $(top_srcdir) evaluates to .../clisp/src.

Bruno
-- 
In memoriam Pavel Dybenko <http://en.wikipedia.org/wiki/Pavel_Dybenko>



reply via email to

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