]> granicus.if.org Git - postgresql/commit
Fix symlink for errcodes.h so it works in VPATH builds from tarballs.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 22 Jun 2011 17:08:08 +0000 (13:08 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 22 Jun 2011 17:08:20 +0000 (13:08 -0400)
commit25db27808814f474e2080eef8bac068317b7caf6
treea5558e0b0a7ad0b7c9d0906eea41ea0128eeb5f0
parentfbaa7a23e4d225f3422f5ede9897d49cb7ca3ff5
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.
src/backend/Makefile