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

Commit 21f8aa3

Browse files
committed
analyze.o need not depend on parser.h.
1 parent 01fe40f commit 21f8aa3

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
@@ -2,7 +2,7 @@
22
#
33
# Makefile for parser
44
#
5-
# $Header: /cvsroot/pgsql/src/backend/parser/Makefile,v 1.35 2001/11/16 16:32:33 petere Exp $
5+
# $Header: /cvsroot/pgsql/src/backend/parser/Makefile,v 1.36 2002/03/08 07:12:11 tgl Exp $
66
#
77
#-------------------------------------------------------------------------
88

@@ -50,7 +50,7 @@ endif
5050

5151
# Force these dependencies to be known even without dependency info built:
5252

53-
analyze.o keywords.o parse_clause.o parse_expr.o parser.o scan.o: $(srcdir)/parse.h
53+
keywords.o parse_clause.o parse_expr.o parser.o scan.o: $(srcdir)/parse.h
5454

5555

5656
# gram.c, parse.h, and scan.c are in the distribution tarball, so they

0 commit comments

Comments
 (0)