[GRASS-dev] Make install missing FORCE

Hi,
make install does not find FORCE in SVN

root@siduxbox:/home/yann/tmp/grass# make install
make: *** No rule to make target `FORCE', needed by `install'. Stop.

Thanks
Yann

--
Yann Chemin
International Rice Research Institute
Office: http://www.irri.org/gis
Perso: http://www.freewebs.com/ychemin

Yann Chemin wrote:

make install does not find FORCE in SVN

root@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@gclements.plus.com>