This is an automated email from the ASF dual-hosted git repository. alsay pushed a commit to branch aod_sketch in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-postgresql.git
commit 7657273ecb174e8b019e0bc2d8b3fb6b78e3a105 Author: AlexanderSaydakov <[email protected]> AuthorDate: Mon Oct 12 16:06:50 2020 -0700 combine in the specified order --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 10d85b0..0faccce 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ PGXS := $(shell $(PG_CONFIG) --pgxs) include $(PGXS) # generate combined sql -$(SQL_INSTALL): $(sort $(SQL_MODULES)) +$(SQL_INSTALL): $(SQL_MODULES) cat $^ > $@ install: $(SQL_INSTALL) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
