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

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Add -I$(srcdir) to CPPFLAGS to make psqlscan.c compile in vpath
Дата
Msg-id 20050524164523.9E6E3528A5@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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)

В списке pgsql-committers по дате отправления:

Предыдущее
От: ishii@svr1.postgresql.org (Tatsuo Ishii)
Дата:
Сообщение: pgsql: Inserting 5 characters into char(10) does not produce 5 padding
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix PL makefiles to support running regression tests in VPATH