Fix misstatement in comment in Makefile.shlib.

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

Commit: 581f431f7be3c335f11dfd29a2498ad96d8a08ce
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-10-01T17:45:23Z
Releases: 9.6.1
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>

Files

PathChange+/−
src/Makefile.shlib modified +2 −3