forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit25db278
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 parentfbaa7a2 commit25db278
1 file changed
+3
-2
lines changed| 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)