Commit 3035186
Makefile: avoid GNU install options
The install-tools target installs the sunxi-fel man page with
"install -D -m0644 -t", which is supported by GNU install but not by
BSD install. This breaks "make install" on systems such as macOS.
Create the man page directory explicitly and install the file to its
full destination path instead. This matches the existing directory
creation used for the binary install path and works with both GNU and
BSD install.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>1 parent d3d038c commit 3035186
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
| 100 | + | |
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
| |||
0 commit comments