aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-11-12 11:16:44 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-11-12 11:16:44 +0000
commitc8708c5f9b92b828f94a3a240e2cf7d3887894ef (patch)
tree501d5e39927516095befbbf99a794b2bd3028b8e /src
parentb5499249e51c58d6373bbb95b7ae1356304a0611 (diff)
downloadpostgresql-c8708c5f9b92b828f94a3a240e2cf7d3887894ef.tar.gz
postgresql-c8708c5f9b92b828f94a3a240e2cf7d3887894ef.zip
Fix for finding the include files
Diffstat (limited to 'src')
-rw-r--r--src/test/regress/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/regress/Makefile b/src/test/regress/Makefile
index e45981fed59..6c2a480796e 100644
--- a/src/test/regress/Makefile
+++ b/src/test/regress/Makefile
@@ -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