Fix suggested layout for PGXS makefile
Custom rules must come after pgxs inclusion, not before, because any
rule added before pgxs will break the default 'all' target.
Author: Cédric Villemain <cedric(at)2ndquadrant(dot)fr>
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/8dc626defec23016dd5988208d8704b858b9d21d
Modified Files
--------------
src/makefiles/pgxs.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)