]> 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:16 +0000 (13:45 -0400)
commitea046f08d1bcee56c3bedfa16a05c38a0515b41d
tree2654804b7d6b4c251a937e9d0d37bf238ad9b319
parent7107d58ec5a3c45967e77525809612a5f89b97f3
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