Commit afcbce5c authored by Marc G. Fournier's avatar Marc G. Fournier

CFLAGS +- -I... got messed by one of Bryan's patches

Fix Submitted by: Bryan himself :)
parent 0da293f8
......@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.5 1996/09/23 08:23:33 scrappy Exp $
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.6 1996/09/23 18:14:08 scrappy Exp $
#
#-------------------------------------------------------------------------
......@@ -15,8 +15,8 @@ MKDIR= ../mk
include $(MKDIR)/postgres.mk
CFLAGS+= -I../backend/include \
-I$../include \
-I$../backend \
-I../include \
-I../backend \
-I. \
ifdef KRBVERS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment