forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit170456c
committed
Install hack workaround for failure of 'make all' in VPATH builds.
It appears that gmake gets confused if postgres.sgml is not present inthe working directory, and instantiates some default rule or other thatwould let postgres.sgml be built from postgres.xml. I haven't been ableto track down exactly where that's coming from, but the problem can bedodged by specifying srcdir explicitly in the rule for postgres.xml.Per report from Vladimir Kokovic.1 parentf856fad commit170456c
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
222 | 222 |
| |
223 | 223 |
| |
224 | 224 |
| |
225 |
| - | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
226 | 229 |
| |
227 | 230 |
| |
228 | 231 |
| |
|
0 commit comments
Comments
(0)