Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ef0747f

Browse files
author
Thomas G. Lockhart
committed
Remove extraneous -DPARSEDEBUG from CFLAGS options.
1 parent 8686b83 commit ef0747f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/parser/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
# Makefile for parser
55
#
66
# IDENTIFICATION
7-
# $Header: /cvsroot/pgsql/src/backend/parser/Makefile,v 1.16 1998/05/09 23:24:27 thomas Exp $
7+
# $Header: /cvsroot/pgsql/src/backend/parser/Makefile,v 1.17 1998/05/13 04:54:16 thomas Exp $
88
#
99
#-------------------------------------------------------------------------
1010

1111
SRCDIR= ../..
1212
include ../../Makefile.global
1313

14-
CFLAGS += -I.. -DPARSEDEBUG
14+
CFLAGS += -I..
1515

1616
ifeq ($(CC), gcc)
1717
CFLAGS+= -Wno-error

0 commit comments

Comments
 (0)