Skip to content

Commit 97915fc

Browse files
committed
Need -I. to build outside source tree.
1 parent e9e919f commit 97915fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

contrib/tsearch/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
# $Header: /cvsroot/pgsql/contrib/tsearch/Attic/Makefile,v 1.2 2002/11/01 22:52:33 tgl Exp $
1+
# $Header: /cvsroot/pgsql/contrib/tsearch/Attic/Makefile,v 1.3 2002/11/01 23:23:29 tgl Exp $
22

33
subdir = contrib/tsearch
44
top_builddir = ../..
55
include $(top_builddir)/src/Makefile.global
66

7+
override CPPFLAGS := -I. $(CPPFLAGS)
8+
79
MODULE_big = tsearch
810
OBJS = crc32.o morph.o txtidx.o query.o gistidx.o rewrite.o
911

0 commit comments

Comments
 (0)