*** empty log message ***

This commit is contained in:
David Rose 2000-12-01 23:54:18 +00:00
parent db93b0de04
commit 243a9be23a

View File

@ -396,8 +396,8 @@
// How to install a data file or executable file. $[local] is the // How to install a data file or executable file. $[local] is the
// local name of the file to install, and $[dest] is the name of the // local name of the file to install, and $[dest] is the name of the
// directory to put it in. // directory to put it in.
#defer INSTALL install -m 644 $[local] $[dest] #defer INSTALL install -m 666 $[local] $[dest]
#defer INSTALL_PROG install -m 755 $[local] $[dest] #defer INSTALL_PROG install -m 777 $[local] $[dest]
// When building under Irix, we assume you want to use the MIPSPro // When building under Irix, we assume you want to use the MIPSPro
// compiler. Comment this bit out (or redefine the variables // compiler. Comment this bit out (or redefine the variables