Makefile
changeset 910 60635dc58066
parent 905 90d1d342a896
child 914 0dba496629c9
equal deleted inserted replaced
909:a2940bea3a6d 910:60635dc58066
    34 endif
    34 endif
    35 
    35 
    36 ################################################################
    36 ################################################################
    37 # Build tool definition/switches.
    37 # Build tool definition/switches.
    38 
    38 
    39 INSTALL_DATA := install -m 640
    39 INSTALL_DATA := install -m 640 -D
    40 ifeq '$(host_os)' 'solaris'
    40 ifeq '$(host_os)' 'solaris'
    41   INSTALL_DATA := ginstall -m 640
    41   INSTALL_DATA := ginstall -m 640 -D
    42 endif
    42 endif
    43 
    43 
    44 RST2HTML = rst2html
    44 RST2HTML = rst2html
    45 ifeq '$(host_os)' 'cygwin'
    45 ifeq '$(host_os)' 'cygwin'
    46   RST2HTML = rst2html.py
    46   RST2HTML = rst2html.py