forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0ade842
committed
Fix symlink for errcodes.h so it works in VPATH builds from tarballs.
backend/Makefile was treating errcodes.h as a header always generatedduring build, but actually it's a header provided in tarballs. Hence,must use the absolute-symlink recipe, not the relative-symlink one.Per bug #6072 from Hartmut Raschick.1 parentaddf11f commit0ade842
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
174 | 174 |
| |
175 | 175 |
| |
176 | 176 |
| |
177 |
| - | |
178 |
| - | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
179 | 180 |
| |
180 | 181 |
| |
181 | 182 |
| |
|
0 commit comments
Comments
(0)