equal
deleted
inserted
replaced
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 |