Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 54b47c8

Browse files
committed
Fix parallel-make timing problem.
1 parent 64737e9 commit 54b47c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/backend/Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
66
# Portions Copyright (c) 1994, Regents of the University of California
77
#
8-
# $PostgreSQL: pgsql/src/backend/Makefile,v 1.138 2010/01/05 01:06:56 tgl Exp $
8+
# $PostgreSQL: pgsql/src/backend/Makefile,v 1.139 2010/01/05 01:20:35 tgl Exp $
99
#
1010
#-------------------------------------------------------------------------
1111

@@ -119,6 +119,8 @@ submake-schemapg:
119119

120120
.PHONY: submake-schemapg
121121

122+
catalog/schemapg.h: submake-schemapg
123+
122124

123125
# The postgres.o target is needed by the rule in Makefile.global that
124126
# creates the exports file when MAKE_EXPORTS = true.

0 commit comments

Comments
 (0)