diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-08-04 19:52:37 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-08-04 19:52:37 +0000 |
| commit | f237a80d8ae7bcde1089583dfcb74e2447e3c0a2 (patch) | |
| tree | e598736009a6839e2ea7566f37058aad3d64479e /contrib/tsearch2/ispell/Makefile | |
| parent | 17d6721e0b5787d3145d43bf2bb71c4ddd831680 (diff) | |
| download | postgresql-f237a80d8ae7bcde1089583dfcb74e2447e3c0a2.tar.gz | |
Fix to build correctly outside source tree.
Diffstat (limited to 'contrib/tsearch2/ispell/Makefile')
| -rw-r--r-- | contrib/tsearch2/ispell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tsearch2/ispell/Makefile b/contrib/tsearch2/ispell/Makefile index def0c3126c..a02e6a82ae 100644 --- a/contrib/tsearch2/ispell/Makefile +++ b/contrib/tsearch2/ispell/Makefile @@ -3,7 +3,7 @@ top_builddir = ../../.. include $(top_builddir)/src/Makefile.global -override CPPFLAGS := -I. -I.. $(CPPFLAGS) +override CPPFLAGS := -I$(srcdir) -I$(srcdir)/.. $(CPPFLAGS) SUBOBJS = spell.o |
