aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/makefiles/pgxs.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/makefiles/pgxs.mk b/src/makefiles/pgxs.mk
index 158581b3f50..8deb356958a 100644
--- a/src/makefiles/pgxs.mk
+++ b/src/makefiles/pgxs.mk
@@ -359,10 +359,12 @@ check:
else
check: submake $(REGRESS_PREP)
$(pg_regress_check) $(REGRESS_OPTS) $(REGRESS)
+endif
+endif # REGRESS
+ifndef NO_TEMP_INSTALL
temp-install: EXTRA_INSTALL+=$(subdir)
endif
-endif # REGRESS
# STANDARD RULES