1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-30 06:01:21 +03:00

Fix some makefiles that fail to yield good results from 'make -qp'.

This doesn't really matter for ordinary building of Postgres, but it's
useful for automated checks, such as my just-committed pgcheckdefines.
This commit is contained in:
Tom Lane
2006-07-15 03:33:14 +00:00
parent 2d11d26113
commit a7143b3088
6 changed files with 18 additions and 22 deletions

View File

@@ -2,6 +2,9 @@ subdir = src/interfaces/ecpg/include
top_builddir = ../../../..
include $(top_builddir)/src/Makefile.global
override CPPFLAGS := -DFRONTEND -I$(top_srcdir)/src/interfaces/ecpg/include \
-I$(libpq_srcdir) -I$(top_builddir)/src/port $(CPPFLAGS)
informix_esql_dir = $(pkgincludedir)/informix/esql
install: all installdirs install-headers