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:
@@ -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
|
||||
|
Reference in New Issue
Block a user