Обсуждение: pgsql: Fix suggested layout for PGXS makefile

Поиск
Список
Период
Сортировка

pgsql: Fix suggested layout for PGXS makefile

От
Peter Eisentraut
Дата:
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@2ndquadrant.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(-)