Commit dcfd743
Makefile: Propagate correct srcdir to gcc-c-api submake
If srcdir=/a/b is defined in the environment or on the make command line, then
srcdir is inherited with the same value in a submake. However, the use of
srcdir in gcc-c-api/Makefile indicates that the expected value is
/a/b/gcc-c-api.
Fix this by propagating srcdir explicitly on the submake command line.1 parent 668fe01 commit dcfd743
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
0 commit comments