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:
8331135
)
Well, normally there wouldn't be anything in -I../.., and in a minute, there
author
Marc G. Fournier
<
[email protected]
>
Thu, 31 Oct 1996 07:22:07 +0000
(07:22 +0000)
committer
Marc G. Fournier
<
[email protected]
>
Thu, 31 Oct 1996 07:22:07 +0000
(07:22 +0000)
won't be...
src/backend/access/common/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/common/Makefile
b/src/backend/access/common/Makefile
index 8c5e39fd750395fe621eede6dd6863af0cfacb83..79fc06cfcf42c80b1aedd69ec7e980a405bb866c 100644
(file)
--- a/
src/backend/access/common/Makefile
+++ b/
src/backend/access/common/Makefile
@@
-4,7
+4,7
@@
# Makefile for access/common
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/backend/access/common/Makefile,v 1.
2 1996/10/31 07:04:50
scrappy Exp $
+# $Header: /cvsroot/pgsql/src/backend/access/common/Makefile,v 1.
3 1996/10/31 07:22:07
scrappy Exp $
#
#-------------------------------------------------------------------------
@@
-12,7
+12,6
@@
SRCDIR = ../../..
include ../../../Makefile.global
INCLUDE_OPT = -I../../port/$(PORTNAME) \
- -I../../include \
-I../../../include
CFLAGS+=$(INCLUDE_OPT)