pgsql: Fix misstatement in comment in Makefile.shlib. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix misstatement in comment in Makefile.shlib.
Date
Msg-id E1bqOLt-0002Or-Le@gemulon.postgresql.org
Whole thread Raw
List 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.izSMJEZO3x@unused-4-107.brq.redhat.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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix misplacement of submake-generated-headers prerequisites.
Next
From: Tom Lane
Date:
Subject: pgsql: Copy-editing for contrib/pg_visibility documentation.