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