Re: [Module-build-general] make install busted on OS X
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <ke...@ma...> - 2002-11-01 05:11:10
|
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 |