projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b549924
)
Fix for finding the include files
author
Marc G. Fournier
<
[email protected]
>
Tue, 12 Nov 1996 11:16:44 +0000
(11:16 +0000)
committer
Marc G. Fournier
<
[email protected]
>
Tue, 12 Nov 1996 11:16:44 +0000
(11:16 +0000)
src/test/regress/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/test/regress/Makefile
b/src/test/regress/Makefile
index e45981fed59174ae19cb5e5093a7c50bf571367c..6c2a480796ee05c7957648e6844147525ac52ec1 100644
(file)
--- 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