Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01fe40f commit 21f8aa3Copy full SHA for 21f8aa3
src/backend/parser/Makefile
@@ -2,7 +2,7 @@
2
#
3
# Makefile for parser
4
5
-# $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 $
6
7
#-------------------------------------------------------------------------
8
@@ -50,7 +50,7 @@ endif
50
51
# Force these dependencies to be known even without dependency info built:
52
53
-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
54
55
56
# gram.c, parse.h, and scan.c are in the distribution tarball, so they
0 commit comments