Skip to content

Commit ee8d392

Browse files
committed
Don't overwrite EXTRA_INSTALL
The temp-install target sets EXTRA_INSTALL to install the current directory. But when doing so, it should append instead of overwrite, otherwise settings of EXTRA_INSTALL from a makefile won't take effect. This would cause the earthdistance test to fail when called directly, because it would miss installing the cube module.
1 parent 3cf8686 commit ee8d392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/makefiles/pgxs.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ else
294294
check: all submake $(REGRESS_PREP)
295295
$(pg_regress_check) $(REGRESS_OPTS) $(REGRESS)
296296

297-
temp-install: EXTRA_INSTALL=$(subdir)
297+
temp-install: EXTRA_INSTALL+=$(subdir)
298298
endif
299299
endif # REGRESS
300300

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy