lua-users home
lua-l archive

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


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