projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9e919f
)
Need -I. to build outside source tree.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 1 Nov 2002 23:23:29 +0000
(23:23 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 1 Nov 2002 23:23:29 +0000
(23:23 +0000)
contrib/tsearch/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/contrib/tsearch/Makefile
b/contrib/tsearch/Makefile
index ee6eeb1e841dd18cb9d99cacd33e535d9e14763f..ce30d76807af42b78f76b5d14f6bfdd26707e661 100644
(file)
--- a/
contrib/tsearch/Makefile
+++ b/
contrib/tsearch/Makefile
@@
-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
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
+override CPPFLAGS := -I. $(CPPFLAGS)
+
MODULE_big = tsearch
OBJS = crc32.o morph.o txtidx.o query.o gistidx.o rewrite.o