|
5 | 5 | # Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
|
6 | 6 | # Portions Copyright (c) 1994, Regents of the University of California
|
7 | 7 | #
|
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 $ |
9 | 9 | #
|
10 | 10 | #-------------------------------------------------------------------------
|
11 | 11 |
|
@@ -119,6 +119,8 @@ submake-schemapg:
|
119 | 119 |
|
120 | 120 | .PHONY: submake-schemapg
|
121 | 121 |
|
| 122 | +catalog/schemapg.h: submake-schemapg |
| 123 | + |
122 | 124 |
|
123 | 125 | # The postgres.o target is needed by the rule in Makefile.global that
|
124 | 126 | # creates the exports file when MAKE_EXPORTS = true.
|
|