diff options
| author | Peter Eisentraut | 2007-02-09 17:24:33 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2007-02-09 17:24:33 +0000 |
| commit | 6e1664beafc999f7143981e6d4bf7ae050f625c5 (patch) | |
| tree | d590c892d837e2bf6b26fa569dc951ca924ed832 /contrib/pg_trgm | |
| parent | 994b1cb59ee50c8f27023d524fcb7e2e4dc11179 (diff) | |
Remove useless CPPFLAGS.
Diffstat (limited to 'contrib/pg_trgm')
| -rw-r--r-- | contrib/pg_trgm/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/pg_trgm/Makefile b/contrib/pg_trgm/Makefile index b710df99569..15f9e2cc27f 100644 --- a/contrib/pg_trgm/Makefile +++ b/contrib/pg_trgm/Makefile @@ -1,6 +1,4 @@ -# $PostgreSQL: pgsql/contrib/pg_trgm/Makefile,v 1.5 2007/02/09 17:04:00 petere Exp $ - -PG_CPPFLAGS = -I. +# $PostgreSQL: pgsql/contrib/pg_trgm/Makefile,v 1.6 2007/02/09 17:24:33 petere Exp $ MODULE_big = pg_trgm OBJS = trgm_op.o trgm_gist.o |
