Yann Chemin wrote: > make install does not find FORCE in SVN > > [EMAIL PROTECTED]:/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 <[EMAIL PROTECTED]> _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
