From: Marc G. Fournier Date: Mon, 23 Sep 1996 18:14:08 +0000 (+0000) Subject: CFLAGS +- -I... got messed by one of Bryan's patches X-Git-Tag: REL2_0~546 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=afcbce5c22dbf7021453bfd8508b2484c007ccab;p=thirdparty%2Fpostgresql.git CFLAGS +- -I... got messed by one of Bryan's patches Fix Submitted by: Bryan himself :) --- diff --git a/src/interfaces/libpq/Makefile b/src/interfaces/libpq/Makefile index 4a2d689a6e0..ce1bee8d37d 100644 --- a/src/interfaces/libpq/Makefile +++ b/src/interfaces/libpq/Makefile @@ -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