8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f8539 commit 5bcf923Copy full SHA for 5bcf923
contrib/intarray/Makefile
@@ -1,4 +1,4 @@
1
-# $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 $
2
3
subdir = contrib/intarray
4
top_builddir = ../..
@@ -12,7 +12,7 @@ NAME= _int
12
SO_MAJOR_VERSION= 1
13
SO_MINOR_VERSION= 0
14
15
-override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) -DPGSQL71
+override CPPFLAGS := -I$(srcdir) $(CPPFLAGS)
16
17
OBJS= _int.o
18
0 commit comments