Обсуждение: pgsql: Add -I$(srcdir) to CPPFLAGS to make psqlscan.c compile in vpath

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

pgsql: Add -I$(srcdir) to CPPFLAGS to make psqlscan.c compile in vpath

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Add -I$(srcdir) to CPPFLAGS to make psqlscan.c compile in vpath builds.
Not sure why this hasn't been reported before; perhaps it is not needed
with newer gcc versions, but it definitely fails here.

Modified Files:
--------------
    pgsql/src/bin/psql:
        Makefile (r1.53 -> r1.54)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/Makefile.diff?r1=1.53&r2=1.54)