mirror of
https://github.com/postgres/postgres.git
synced 2025-07-20 05:03:10 +03:00
Need -I. to build outside source tree.
This commit is contained in:
@ -1,9 +1,11 @@
|
|||||||
# $Header: /cvsroot/pgsql/contrib/tsearch/Attic/Makefile,v 1.2 2002/11/01 22:52:33 tgl Exp $
|
# $Header: /cvsroot/pgsql/contrib/tsearch/Attic/Makefile,v 1.3 2002/11/01 23:23:29 tgl Exp $
|
||||||
|
|
||||||
subdir = contrib/tsearch
|
subdir = contrib/tsearch
|
||||||
top_builddir = ../..
|
top_builddir = ../..
|
||||||
include $(top_builddir)/src/Makefile.global
|
include $(top_builddir)/src/Makefile.global
|
||||||
|
|
||||||
|
override CPPFLAGS := -I. $(CPPFLAGS)
|
||||||
|
|
||||||
MODULE_big = tsearch
|
MODULE_big = tsearch
|
||||||
OBJS = crc32.o morph.o txtidx.o query.o gistidx.o rewrite.o
|
OBJS = crc32.o morph.o txtidx.o query.o gistidx.o rewrite.o
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user