Commit a90d50e
committed
lcov: Remove use of install -D option
Some versions of the install tool don't support the -D option, causing
a 'make install' call to fail. Fix this by replacing the -D option with
two calls to install, first to create all target directory components,
then to install the actual files.
Signed-off-by: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
Reported-by: <deanyang@tencent.com>1 parent 6ec3f23 commit a90d50e
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
0 commit comments