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

Commit c2e7f78

Browse files
committed
Fix wrong subdir. Per buildfarm.
1 parent d8c311c commit c2e7f78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/pg_upgrade_support/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Makefile for pg_upgrade_support
33
#
44

5-
PGFILEDESC = "pg_upgrade_support - shared library functions for pg_upgrade"
5+
PGFILEDESC = "pg_upgrade_support - server-side functions for pg_upgrade"
66

77
MODULES = pg_upgrade_support
88

@@ -11,7 +11,7 @@ PG_CONFIG = pg_config
1111
PGXS := $(shell $(PG_CONFIG) --pgxs)
1212
include $(PGXS)
1313
else
14-
subdir = contrib/pg_upgrade
14+
subdir = contrib/pg_upgrade_support
1515
top_builddir = ../..
1616
include $(top_builddir)/src/Makefile.global
1717
include $(top_srcdir)/contrib/contrib-global.mk

0 commit comments

Comments
 (0)