summaryrefslogtreecommitdiff
path: root/contrib/tsearch2/ispell/Makefile
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2003-08-23 04:25:29 +0000
committerPeter Eisentraut <peter_e@gmx.net>2003-08-23 04:25:29 +0000
commit3d0d78ce2f4b55079e90af30132b9f7a1698f0c8 (patch)
tree62a52e329dbf4c4ffe8806591046337a14c6cbe6 /contrib/tsearch2/ispell/Makefile
parent468277630249f6b7da8a560b710751939111035f (diff)
downloadpostgresql-3d0d78ce2f4b55079e90af30132b9f7a1698f0c8.tar.gz
Bring the makefiles up to our conventions.
Diffstat (limited to 'contrib/tsearch2/ispell/Makefile')
-rw-r--r--contrib/tsearch2/ispell/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/contrib/tsearch2/ispell/Makefile b/contrib/tsearch2/ispell/Makefile
index 5532359b1c..fcc61a2c58 100644
--- a/contrib/tsearch2/ispell/Makefile
+++ b/contrib/tsearch2/ispell/Makefile
@@ -1,9 +1,11 @@
+# $Header: /cvsroot/pgsql/contrib/tsearch2/ispell/Attic/Makefile,v 1.4 2003/08/23 04:25:29 petere Exp $
+
subdir = contrib/tsearch2/ispell
top_builddir = ../../..
include $(top_builddir)/src/Makefile.global
-override CPPFLAGS := -I$(srcdir) -I$(srcdir)/.. $(CPPFLAGS)
+PG_CPPFLAGS = -I$(srcdir)/.. $(CPPFLAGS)
override CFLAGS += $(CFLAGS_SL)
SUBOBJS = spell.o
@@ -16,6 +18,3 @@ SUBSYS.o: $(SUBOBJS)
EXTRA_CLEAN = SUBSYS.o $(SUBOBJS)
include $(top_srcdir)/contrib/contrib-global.mk
-# DO NOT DELETE
-
-