[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:39:02 +0100
On Tue, 23 Nov 2010 11:51:37 +0100, Gilles Ganault
<gilles.ganault@free.fr> wrote:
>I'm going through the Makefiles to build Lua, and need to check
>something.
I'll piggy-back on this thread to ask another question about
src/Makefile: It uses $(MAKE) but this variable is not defined in this
Makefile, and "echo $(MAKE)" displays "make".
Where is this variable defined, then?
Thank you.