Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e919f commit 97915fcCopy full SHA for 97915fc
contrib/tsearch/Makefile
@@ -1,9 +1,11 @@
1
-# $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 $
2
3
subdir = contrib/tsearch
4
top_builddir = ../..
5
include $(top_builddir)/src/Makefile.global
6
7
+override CPPFLAGS := -I. $(CPPFLAGS)
8
+
9
MODULE_big = tsearch
10
OBJS = crc32.o morph.o txtidx.o query.o gistidx.o rewrite.o
11
0 commit comments