Commit 21f8aa39 authored by Tom Lane's avatar Tom Lane

analyze.o need not depend on parser.h.

parent 01fe40f5
......@@ -2,7 +2,7 @@
#
# Makefile for parser
#
# $Header: /cvsroot/pgsql/src/backend/parser/Makefile,v 1.35 2001/11/16 16:32:33 petere Exp $
# $Header: /cvsroot/pgsql/src/backend/parser/Makefile,v 1.36 2002/03/08 07:12:11 tgl Exp $
#
#-------------------------------------------------------------------------
......@@ -50,7 +50,7 @@ endif
# Force these dependencies to be known even without dependency info built:
analyze.o keywords.o parse_clause.o parse_expr.o parser.o scan.o: $(srcdir)/parse.h
keywords.o parse_clause.o parse_expr.o parser.o scan.o: $(srcdir)/parse.h
# gram.c, parse.h, and scan.c are in the distribution tarball, so they
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment