projects
/
users
/
andresfreund
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
859826e
)
Fix parallel-make timing problem.
author
Tom Lane
<
[email protected]
>
Tue, 5 Jan 2010 01:20:35 +0000
(
01:20
+0000)
committer
Tom Lane
<
[email protected]
>
Tue, 5 Jan 2010 01:20:35 +0000
(
01:20
+0000)
src/backend/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/Makefile
b/src/backend/Makefile
index fd967e6049b43abf9c78abe394cd37a629a8193d..ad03a677ddbac1f0f45154db4d9df4900433a517 100644
(file)
--- a/
src/backend/Makefile
+++ b/
src/backend/Makefile
@@
-119,6
+119,8
@@
submake-schemapg:
.PHONY: submake-schemapg
+catalog/schemapg.h: submake-schemapg
+
# The postgres.o target is needed by the rule in Makefile.global that
# creates the exports file when MAKE_EXPORTS = true.