Use .PHONY to ensure the various fake make targets (`all', `clean',
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 24 Jan 2005 11:06:31 +0000 (11:06 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 24 Jan 2005 11:06:31 +0000 (11:06 +0000)
commit7ce668da12f87c756ce5701ba637f7cfbe0a2224
treec08a9d4dfbb64fa5c8c682bce88ffbeed83fdd67
parent8594a8fa2ce98aa286d35b3ec1f47bb878051ce0
Use .PHONY to ensure the various fake make targets (`all', `clean',
`install' etc) don't get confused by the existence of a file with
the same name. Required in particular for `make install' on OS X,
since otherwise its case-insensitive fs gets confused by INSTALL.

git-svn-id: svn://svn.tartarus.org/sgt/halibut@5189 cda61777-01e9-0310-a592-d414129be87e
Makefile