Fix parallel-make timing problem.
authorTom Lane <[email protected]>
Tue, 5 Jan 2010 01:20:35 +0000 (01:20 +0000)
committerTom Lane <[email protected]>
Tue, 5 Jan 2010 01:20:35 +0000 (01:20 +0000)
src/backend/Makefile

index fd967e6049b43abf9c78abe394cd37a629a8193d..ad03a677ddbac1f0f45154db4d9df4900433a517 100644 (file)
@@ -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.