pgsql: Fix symlink for errcodes.h so it works in VPATH builds from tarb

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix symlink for errcodes.h so it works in VPATH builds from tarb
Date: 2011-06-22 17:08:28
Message-ID: E1QZQui-0004ua-Om@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0ade8421b5b2c85185fdfddbd5833222e5d4146b

Modified Files
--------------
src/backend/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-06-22 17:20:19 pgsql: Add missing -I switch for VPATH builds.
Previous Message User Hinoue 2011-06-22 15:08:38 psqlodbc - psqlodbc: Correct the behavior of SQLSetConnectAttr() for the