]> granicus.if.org Git - postgresql/commit
Fix misstatement in comment in Makefile.shlib.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 1 Oct 2016 17:45:16 +0000 (13:45 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 1 Oct 2016 17:45:23 +0000 (13:45 -0400)
commit581f431f7be3c335f11dfd29a2498ad96d8a08ce
tree87340489c68670e77f35e9662beb0355bcff611a
parent68fb75e103e78478ef45a71e1a25055751e789f2
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>
src/Makefile.shlib