diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2007-02-09 17:24:33 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2007-02-09 17:24:33 +0000 |
| commit | 6e1664beafc999f7143981e6d4bf7ae050f625c5 (patch) | |
| tree | d590c892d837e2bf6b26fa569dc951ca924ed832 /contrib/hstore/Makefile | |
| parent | 994b1cb59ee50c8f27023d524fcb7e2e4dc11179 (diff) | |
| download | postgresql-6e1664beafc999f7143981e6d4bf7ae050f625c5.tar.gz | |
Remove useless CPPFLAGS.
Diffstat (limited to 'contrib/hstore/Makefile')
| -rw-r--r-- | contrib/hstore/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/contrib/hstore/Makefile b/contrib/hstore/Makefile index b299e6c266..d15d2ae775 100644 --- a/contrib/hstore/Makefile +++ b/contrib/hstore/Makefile @@ -1,12 +1,9 @@ -# $PostgreSQL: pgsql/contrib/hstore/Makefile,v 1.3 2007/02/09 17:04:00 petere Exp $ +# $PostgreSQL: pgsql/contrib/hstore/Makefile,v 1.4 2007/02/09 17:24:33 petere Exp $ subdir = contrib/hstore top_builddir = ../.. include $(top_builddir)/src/Makefile.global - -override CPPFLAGS := -I. $(CPPFLAGS) - MODULE_big = hstore OBJS = hstore_io.o hstore_op.o hstore_gist.o crc32.o |
