On Sunday, October 27, 2002, at 02:46 PM, Brian Ingerson wrote:
> OS X has a file system that is case insensitive. Due to the fact that
> you have a file called INSTALL, you should really add the following line
> to your Makefile:
>
> .PHONY: install
>
> Otherwise the file dependency is always satisfied and 'make install'
> does nothing.
Thanks, I'll apply as soon as I'm back on the net (in a coffee shop at
the moment).
-Ken
|