aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2010-01-05 01:20:35 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2010-01-05 01:20:35 +0000
commit54b47c803e9381abf78f4b07498e5f0b3c61e4bc (patch)
treec44d39e905c5df766f5851f2babafc86d16bb1ec /src
parent64737e93132b036006ca16e793c634e5939d42db (diff)
downloadpostgresql-54b47c803e9381abf78f4b07498e5f0b3c61e4bc.tar.gz
postgresql-54b47c803e9381abf78f4b07498e5f0b3c61e4bc.zip
Fix parallel-make timing problem.
Diffstat (limited to 'src')
-rw-r--r--src/backend/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/backend/Makefile b/src/backend/Makefile
index ac46d508366..21f8d4d32a7 100644
--- a/src/backend/Makefile
+++ b/src/backend/Makefile
@@ -5,7 +5,7 @@
# Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
-# $PostgreSQL: pgsql/src/backend/Makefile,v 1.138 2010/01/05 01:06:56 tgl Exp $
+# $PostgreSQL: pgsql/src/backend/Makefile,v 1.139 2010/01/05 01:20:35 tgl Exp $
#
#-------------------------------------------------------------------------
@@ -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.