there are no includes files in backend, there should be, so why look

there?
This commit is contained in:
Marc G. Fournier 1996-07-25 00:26:21 +00:00
parent 0864a2ddae
commit 2f19e28940
1 changed files with 2 additions and 2 deletions

View File

@ -7,11 +7,11 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/bin/Attic/Makefile.global,v 1.4 1996/07/22 04:51:05 scrappy Exp $
# $Header: /cvsroot/pgsql/src/bin/Attic/Makefile.global,v 1.5 1996/07/25 00:26:21 scrappy Exp $
#
#-------------------------------------------------------------------------
CFLAGS+= -I$(srcdir)/backend -I$(srcdir)/backend/include -I$(srcdir)/libpq
CFLAGS+= -I$(srcdir)/backend/include -I$(srcdir)/libpq
#
# link with libpq, so we put it here.