Fix for finding the include files

This commit is contained in:
Marc G. Fournier 1996-11-12 11:16:44 +00:00
parent b5499249e5
commit c8708c5f9b
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/test/regress/Makefile,v 1.6 1996/08/06 16:51:17 scrappy Exp $
# $Header: /cvsroot/pgsql/src/test/regress/Makefile,v 1.7 1996/11/12 11:16:44 scrappy Exp $
#
#-------------------------------------------------------------------------
@ -15,7 +15,7 @@ MKDIR= ../../mk
include $(MKDIR)/postgres.mk
include $(MKDIR)/postgres.user.mk
CFLAGS+=-I$(HEADERDIR)
CFLAGS+=-I../../include
#
# try locating libpq.a in the following places