diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-05-13 05:17:16 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-05-13 05:17:16 +0000 |
commit | c2e7f78abed4cdc447067fbbdf1f0161f103b55c (patch) | |
tree | 6b0ac4c6a4bac9472657113ed2433bc4b6863a70 | |
parent | d8c311c3797a18d0e073a9959d6f557be5be10d7 (diff) | |
download | postgresql-c2e7f78abed4cdc447067fbbdf1f0161f103b55c.tar.gz postgresql-c2e7f78abed4cdc447067fbbdf1f0161f103b55c.zip |
Fix wrong subdir. Per buildfarm.
-rw-r--r-- | contrib/pg_upgrade_support/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pg_upgrade_support/Makefile b/contrib/pg_upgrade_support/Makefile index b844b8a61b0..42c2d428427 100644 --- a/contrib/pg_upgrade_support/Makefile +++ b/contrib/pg_upgrade_support/Makefile @@ -2,7 +2,7 @@ # Makefile for pg_upgrade_support # -PGFILEDESC = "pg_upgrade_support - shared library functions for pg_upgrade" +PGFILEDESC = "pg_upgrade_support - server-side functions for pg_upgrade" MODULES = pg_upgrade_support @@ -11,7 +11,7 @@ PG_CONFIG = pg_config PGXS := $(shell $(PG_CONFIG) --pgxs) include $(PGXS) else -subdir = contrib/pg_upgrade +subdir = contrib/pg_upgrade_support top_builddir = ../.. include $(top_builddir)/src/Makefile.global include $(top_srcdir)/contrib/contrib-global.mk |