diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/makefiles/pgxs.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefiles/pgxs.mk b/src/makefiles/pgxs.mk index ea17b1c1858..08e25da7231 100644 --- a/src/makefiles/pgxs.mk +++ b/src/makefiles/pgxs.mk @@ -294,7 +294,7 @@ else check: all submake $(REGRESS_PREP) $(pg_regress_check) $(REGRESS_OPTS) $(REGRESS) -temp-install: EXTRA_INSTALL=$(subdir) +temp-install: EXTRA_INSTALL+=$(subdir) endif endif # REGRESS |