Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-09-14 18:45:33 -0700 (Wed, 14 Sep 2005)
Revision: 2006
Log message:
      Try to be really smart in figuring out where to install.
       In particular, if INSTALL_ROOT is not set and "omake install"
       is being called with the PREFIX environment variable set
       to some location different from the one in .config, then
       use the $(getenv PREFIX) as the installation prefix.
       
       This is a hack and is not very consistent, but this is
       likely to work correctly with the most packaging tools.
       
| Changes | Path | 
| +4 -4 | omake/OMakefile | 
| +2 -2 | omake/doc/OMakefile | 
| +42 -11 | omake/mk/defaults | 
| +3 -3 | omake/src/main/OMakefile |