File tree 4 files changed +8
-14
lines changed
4 files changed +8
-14
lines changed Original file line number Diff line number Diff line change 4
4
# Makefile for access/common
5
5
#
6
6
# IDENTIFICATION
7
- # $Header: /cvsroot/pgsql/src/backend/access/common/Makefile,v 1.4 1996/11/01 09:41:33 scrappy Exp $
7
+ # $Header: /cvsroot/pgsql/src/backend/access/common/Makefile,v 1.5 1996/11/03 09:06:42 scrappy Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -14,7 +14,7 @@ include ../../../Makefile.global
14
14
INCLUDE_OPT = -I../../port/$(PORTNAME ) \
15
15
-I../../../include
16
16
17
- CFLAGS+ =$(INCLUDE_OPT ) -Wall -Werror
17
+ CFLAGS+ =$(INCLUDE_OPT )
18
18
19
19
OBJS = heaptuple.o heapvalid.o indextuple.o indexvalid.o printtup.o \
20
20
scankey.o tupdesc.o
Original file line number Diff line number Diff line change 4
4
# Makefile for access/gist
5
5
#
6
6
# IDENTIFICATION
7
- # $Header: /cvsroot/pgsql/src/backend/access/gist/Makefile,v 1.1 1996/10/27 09:45:57 bryanh Exp $
7
+ # $Header: /cvsroot/pgsql/src/backend/access/gist/Makefile,v 1.2 1996/11/03 09:06:47 scrappy Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
11
11
SRCDIR = ../../..
12
12
include ../../../Makefile.global
13
13
14
- INCLUDE_OPT = -I../.. \
15
- -I../../port/$(PORTNAME ) \
16
- -I../../include \
14
+ INCLUDE_OPT = -I../../port/$(PORTNAME ) \
17
15
-I../../../include
18
16
19
17
CFLAGS+ =$(INCLUDE_OPT )
Original file line number Diff line number Diff line change 4
4
# Makefile for access/nbtree
5
5
#
6
6
# IDENTIFICATION
7
- # $Header: /cvsroot/pgsql/src/backend/access/nbtree/Makefile,v 1.1 1996/10/27 09:46:32 bryanh Exp $
7
+ # $Header: /cvsroot/pgsql/src/backend/access/nbtree/Makefile,v 1.2 1996/11/03 09:06:55 scrappy Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
11
11
SRCDIR = ../../..
12
12
include ../../../Makefile.global
13
13
14
- INCLUDE_OPT = -I../.. \
15
- -I../../port/$(PORTNAME ) \
16
- -I../../include \
14
+ INCLUDE_OPT = -I../../port/$(PORTNAME ) \
17
15
-I../../../include
18
16
19
17
CFLAGS+ =$(INCLUDE_OPT )
Original file line number Diff line number Diff line change 4
4
# Makefile for access/transam
5
5
#
6
6
# IDENTIFICATION
7
- # $Header: /cvsroot/pgsql/src/backend/access/transam/Makefile,v 1.1 1996/10/27 09:46:48 bryanh Exp $
7
+ # $Header: /cvsroot/pgsql/src/backend/access/transam/Makefile,v 1.2 1996/11/03 09:07:03 scrappy Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
11
11
SRCDIR = ../../..
12
12
include ../../../Makefile.global
13
13
14
- INCLUDE_OPT = -I../.. \
15
- -I../../port/$(PORTNAME ) \
16
- -I../../include \
14
+ INCLUDE_OPT = -I../../port/$(PORTNAME ) \
17
15
-I../../../include
18
16
19
17
CFLAGS+ =$(INCLUDE_OPT )
You can’t perform that action at this time.
0 commit comments