Commit 50d8816
Makefile: Fix submake in seperate build dir
The gcc-c-api submake fails in a seperate build dir for two reasons:
- it cannot find the gcc-c-api dir
- it cannot find the gcc-c-api Makefile
Fix this by creating the gcc-c-api dir in the build dir, and indicating the
Makefile location using -f.1 parent f0cec20 commit 50d8816
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
158 | | - | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
159 | 162 | | |
160 | 163 | | |
161 | 164 | | |
| |||
0 commit comments