summaryrefslogtreecommitdiff
path: root/src/Makefile.global.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.global.in')
-rw-r--r--src/Makefile.global.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in
index b10ce307163..e10c86cd311 100644
--- a/src/Makefile.global.in
+++ b/src/Makefile.global.in
@@ -431,15 +431,6 @@ submake-libpgport:
PL_TESTDB = pl_regression
CONTRIB_TESTDB = contrib_regression
-ifneq ($(MODULE_big),)
- CONTRIB_TESTDB_MODULE = contrib_regression_$(MODULE_big)
-else
- ifneq ($(MODULES),)
- CONTRIB_TESTDB_MODULE = contrib_regression_$(MODULES)
- else
- CONTRIB_TESTDB_MODULE = contrib_regression
- endif
-endif
ifdef NO_LOCALE
NOLOCALE += --no-locale