pgsql: Fix misstatement in comment in Makefile.shlib.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix misstatement in comment in Makefile.shlib.
Date: 2016-10-01 17:45:33
Message-ID: E1bqOLt-0002Or-Le@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix misstatement in comment in Makefile.shlib.

There is no need for "all: all-lib" to be placed before inclusion of
Makefile.shlib. Makefile.global is what ensures that "all" is the
default target, and we already document that that has to be included
first. Per comment from Pavel Raiskup.

Discussion: <1925924(dot)izSMJEZO3x(at)unused-4-107(dot)brq(dot)redhat(dot)com>

Branch
------
REL9_6_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/581f431f7be3c335f11dfd29a2498ad96d8a08ce

Modified Files
--------------
src/Makefile.shlib | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-10-01 19:33:00 pgsql: Copy-editing for contrib/pg_visibility documentation.
Previous Message Tom Lane 2016-10-01 17:35:33 pgsql: Fix misplacement of submake-generated-headers prerequisites.