Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c8708c5

Browse files
committed
Fix for finding the include files
1 parent b549924 commit c8708c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/regress/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/test/regress/Makefile,v 1.6 1996/08/06 16:51:17 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/test/regress/Makefile,v 1.7 1996/11/12 11:16:44 scrappy Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

1414
MKDIR= ../../mk
1515
include $(MKDIR)/postgres.mk
1616
include $(MKDIR)/postgres.user.mk
1717

18-
CFLAGS+=-I$(HEADERDIR)
18+
CFLAGS+=-I../../include
1919

2020
#
2121
# try locating libpq.a in the following places

0 commit comments

Comments
 (0)