File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
# Makefile for parser
5
5
#
6
6
# IDENTIFICATION
7
- # $Header: /cvsroot/pgsql/src/backend/parser/Makefile,v 1.15 1998/04/06 00 :24:02 momjian Exp $
7
+ # $Header: /cvsroot/pgsql/src/backend/parser/Makefile,v 1.16 1998/05/09 23 :24:27 thomas Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
11
11
SRCDIR = ../..
12
12
include ../../Makefile.global
13
13
14
- CFLAGS += -I..
14
+ CFLAGS += -I.. -DPARSEDEBUG
15
15
16
16
ifeq ($(CC ) , gcc)
17
17
CFLAGS+ = -Wno-error
20
20
21
21
OBJS = analyze.o gram.o keywords.o parser.o parse_agg.o parse_clause.o \
22
22
parse_expr.o parse_func.o parse_node.o parse_oper.o parse_relation.o \
23
- parse_type.o parse_target.o scan.o scansup.o
23
+ parse_type.o parse_coerce.o parse_target.o scan.o scansup.o
24
24
25
25
all : SUBSYS.o
26
26
You can’t perform that action at this time.
0 commit comments