diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2001-05-31 19:25:27 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2001-05-31 19:25:27 +0000 |
commit | 5bcf9233e46687b9aeac432c02bfde06a9e34fb4 (patch) | |
tree | 16a9541ff50597e22afcbe3dba5bbf800bcaa36a | |
parent | 16f85390f205dafc9d663c3bf777d682ccbdd1dd (diff) | |
download | postgresql-5bcf9233e46687b9aeac432c02bfde06a9e34fb4.tar.gz postgresql-5bcf9233e46687b9aeac432c02bfde06a9e34fb4.zip |
Ooops, forgot to commit Makefile along with other changes.
-rw-r--r-- | contrib/intarray/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/intarray/Makefile b/contrib/intarray/Makefile index be7d3e58d4c..df0a01bce70 100644 --- a/contrib/intarray/Makefile +++ b/contrib/intarray/Makefile @@ -1,4 +1,4 @@ -# $Header: /cvsroot/pgsql/contrib/intarray/Makefile,v 1.5 2001/03/18 23:35:18 tgl Exp $ +# $Header: /cvsroot/pgsql/contrib/intarray/Makefile,v 1.6 2001/05/31 19:25:27 tgl Exp $ subdir = contrib/intarray top_builddir = ../.. @@ -12,7 +12,7 @@ NAME= _int SO_MAJOR_VERSION= 1 SO_MINOR_VERSION= 0 -override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) -DPGSQL71 +override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) OBJS= _int.o |