This is an automated email from the ASF dual-hosted git repository. shoaib88 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/age.git
commit 3548327b1068b58c738f0455f05de89d0fde3627 Author: Shoaib <[email protected]> AuthorDate: Fri Oct 20 15:35:20 2023 +0200 Converted SQL mail into multiple files. --- Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 1bfbac76..c7abee77 100644 --- a/Makefile +++ b/Makefile @@ -77,10 +77,6 @@ EXTENSION = age SQLS = $(wildcard sql/*.sql) -age--1.4.0.sql: - @cat $(SQLS) > $@ - - DATA = age--1.4.0.sql # sorted in dependency order @@ -140,6 +136,9 @@ src/backend/parser/cypher_gram.c: BISONFLAGS += --defines=src/include/parser/cyp src/backend/parser/cypher_parser.o: src/backend/parser/cypher_gram.c src/backend/parser/cypher_keywords.o: src/backend/parser/cypher_gram.c +age--1.4.0.sql: + @cat $(SQLS) > $@ + src/backend/parser/ag_scanner.c: FLEX_NO_BACKUP=yes installcheck: export LC_COLLATE=C
