[Module-build-general] make install busted on OS X
Status: Beta
Brought to you by:
kwilliams
|
From: Brian I. <in...@tt...> - 2002-10-27 20:46:27
|
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.
Cheers, Brian
|