[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: When do I need the .h and liblua.a files?
- From: Gilles Ganault <gilles.ganault@...>
- Date: Tue, 23 Nov 2010 12:45:19 +0100
On Tue, 23 Nov 2010 12:39:02 +0100, Gilles Ganault
<gilles.ganault@free.fr> wrote:
>Where is this variable defined, then?
Apparently, when "make" finds an undefined variable, it uses it as-is,
turns it into lower-case, and gives it a go.
So since "$(MAKE)" is not defined in the Makefile, make will use MAKE,
turn it into "make", and just call the "make" binary.
Sorry about asking in this mailing list, since it's really a
"make"-related question.