Removed -I${HEADERFILE} from bin/Makefile.global

This commit is contained in:
Marc G. Fournier 1996-07-19 06:47:51 +00:00
parent de82ece8bd
commit 2ab6d1f125

View File

@ -7,11 +7,11 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/bin/Attic/Makefile.global,v 1.2 1996/07/19 05:32:42 scrappy Exp $ # $Header: /cvsroot/pgsql/src/bin/Attic/Makefile.global,v 1.3 1996/07/19 06:47:51 scrappy Exp $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
CFLAGS+= -I$(srcdir)/backend -I$(srcdir)/backend/include -I$(srcdir)/libpq -I$(HEADERDIR) CFLAGS+= -I$(srcdir)/backend -I$(srcdir)/backend/include -I$(srcdir)/libpq
# #
# try locating libpq.a in the following places # try locating libpq.a in the following places