[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.1 (final,rc) now available
- From: Mike Pall <mikelu-0601@...>
- Date: Wed, 25 Jan 2006 01:14:49 +0100
Hi,
Luiz Henrique de Figueiredo wrote:
> Do you have a file or directory called install? Or is your system case
> insensitive and make is getting confused with INSTALL? Oops, that's what
> I get in Mac OS X! :-( Oh, well... Another quirk...
What about:
.PHONY: $(PLATS) clean test install local none echo pecho lecho newer
Not sure how portable this is. But many projects use this and get
away with it (they usually have an 'INSTALL' file, too).
Bye,
Mike