1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-24 10:47:04 +03:00

Fix wrong subdir. Per buildfarm.

This commit is contained in:
Tom Lane 2010-05-13 05:17:16 +00:00
parent d8c311c379
commit c2e7f78abe

View File

@ -2,7 +2,7 @@
# Makefile for pg_upgrade_support # 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 MODULES = pg_upgrade_support
@ -11,7 +11,7 @@ PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs) PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS) include $(PGXS)
else else
subdir = contrib/pg_upgrade subdir = contrib/pg_upgrade_support
top_builddir = ../.. top_builddir = ../..
include $(top_builddir)/src/Makefile.global include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/contrib/contrib-global.mk include $(top_srcdir)/contrib/contrib-global.mk