Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5bcf923

Browse files
committed
Ooops, forgot to commit Makefile along with other changes.
1 parent 16f8539 commit 5bcf923

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/intarray/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Header: /cvsroot/pgsql/contrib/intarray/Makefile,v 1.5 2001/03/18 23:35:18 tgl Exp $
1+
# $Header: /cvsroot/pgsql/contrib/intarray/Makefile,v 1.6 2001/05/31 19:25:27 tgl Exp $
22

33
subdir = contrib/intarray
44
top_builddir = ../..
@@ -12,7 +12,7 @@ NAME= _int
1212
SO_MAJOR_VERSION= 1
1313
SO_MINOR_VERSION= 0
1414

15-
override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) -DPGSQL71
15+
override CPPFLAGS := -I$(srcdir) $(CPPFLAGS)
1616

1717
OBJS= _int.o
1818

0 commit comments

Comments
 (0)