We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64737e9 commit 54b47c8Copy full SHA for 54b47c8
src/backend/Makefile
@@ -5,7 +5,7 @@
5
# Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
6
# Portions Copyright (c) 1994, Regents of the University of California
7
#
8
-# $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 $
9
10
#-------------------------------------------------------------------------
11
@@ -119,6 +119,8 @@ submake-schemapg:
119
120
.PHONY: submake-schemapg
121
122
+catalog/schemapg.h: submake-schemapg
123
+
124
125
# The postgres.o target is needed by the rule in Makefile.global that
126
# creates the exports file when MAKE_EXPORTS = true.
0 commit comments