forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit639928c
committed
Improve vpath support in plperl build
Run xsubpp with the -output option instead of redirecting stdout. Thatensures that the #line directives in the output file point to the rightplace in a vpath build. This in turn fixes an error in coverage buildsthat it can't find the source files.Refactor the makefile rules while we're here.Reviewed-by: Michael Paquier <michael.paquier@gmail.com>1 parent684cf76 commit639928c
1 file changed
+2
-6
lines changedLines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
84 |
| - | |
| 84 | + | |
85 | 85 |
| |
86 |
| - | |
87 |
| - | |
88 |
| - | |
89 |
| - | |
90 |
| - | |
| 86 | + | |
91 | 87 |
| |
92 | 88 |
| |
93 | 89 |
| |
|
0 commit comments
Comments
(0)