Makefile should have automatic dependency for parser.o too, if it's
authorTom Lane <[email protected]>
Fri, 4 May 2001 22:01:03 +0000 (22:01 +0000)
committerTom Lane <[email protected]>
Fri, 4 May 2001 22:01:03 +0000 (22:01 +0000)
going to have any at all.

src/backend/parser/Makefile

index bca2c79b94e7b840698bb32c24a32d8bf5f701d9..8e203bfdc64d1dd223a53996126dbea33ed9dcaa 100644 (file)
@@ -41,7 +41,9 @@ else
 endif
 
 
-analyze.o keywords.o parse_clause.o parse_expr.o scan.o: $(srcdir)/parse.h
+# 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
 
 
 # gram.c, parse.h, and scan.c are in the distribution tarball, so they