Skip to content

Commit afcbce5

Browse files
committed
CFLAGS +- -I... got messed by one of Bryan's patches
Fix Submitted by: Bryan himself :)
1 parent 0da293f commit afcbce5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/interfaces/libpq/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.5 1996/09/23 08:23:33 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.6 1996/09/23 18:14:08 scrappy Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

1414
MKDIR= ../mk
1515
include $(MKDIR)/postgres.mk
1616

1717
CFLAGS+= -I../backend/include \
18-
-I$../include \
19-
-I$../backend \
18+
-I../include \
19+
-I../backend \
2020
-I. \
2121

2222
ifdef KRBVERS

0 commit comments

Comments
 (0)