[GRASS-dev] Make install missing FORCE

Glynn Clements glynn at gclements.plus.com
Tue Aug 26 16:48:50 EDT 2008


Yann Chemin wrote:

> make install does not find FORCE in SVN
> 
> root at siduxbox:/home/yann/tmp/grass# make install
> make: *** No rule to make target `FORCE', needed by `install'.  Stop.

Oops. I accidentally removed the rule for FORCE during a recent
clean-up (the rule itself is just "FORCE:" with no prerequisites or
commands).

I've changed Makefile to use .PHONY instead of FORCE, and to use it
for all targets (all of the targets in the top-level Makefile are
phony targets).

-- 
Glynn Clements <glynn at gclements.plus.com>


More information about the grass-dev mailing list