projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f5a9a5
)
Makefile should have automatic dependency for parser.o too, if it's
author
Tom Lane
<
[email protected]
>
Fri, 4 May 2001 22:01:03 +0000
(22:01 +0000)
committer
Tom Lane
<
[email protected]
>
Fri, 4 May 2001 22:01:03 +0000
(22:01 +0000)
going to have any at all.
src/backend/parser/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/parser/Makefile
b/src/backend/parser/Makefile
index bca2c79b94e7b840698bb32c24a32d8bf5f701d9..8e203bfdc64d1dd223a53996126dbea33ed9dcaa 100644
(file)
--- a/
src/backend/parser/Makefile
+++ b/
src/backend/parser/Makefile
@@
-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