Fix symlink for errcodes.h so it works in VPATH builds from tarballs.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 0ade8421b5b2c85185fdfddbd5833222e5d4146b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-06-22T17:08:08Z
Releases: 9.2.0
Fix symlink for errcodes.h so it works in VPATH builds from tarballs.

backend/Makefile was treating errcodes.h as a header always generated
during 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.

Files

PathChange+/−
src/backend/Makefile modified +3 −2