We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b549924 commit c8708c5Copy full SHA for c8708c5
src/test/regress/Makefile
@@ -7,15 +7,15 @@
7
#
8
9
# IDENTIFICATION
10
-# $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 $
11
12
#-------------------------------------------------------------------------
13
14
MKDIR= ../../mk
15
include $(MKDIR)/postgres.mk
16
include $(MKDIR)/postgres.user.mk
17
18
-CFLAGS+=-I$(HEADERDIR)
+CFLAGS+=-I../../include
19
20
21
# try locating libpq.a in the following places
0 commit comments