From e6d3e91fb2323d65e16ce4782bdcb266e2e54232 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Sun, 1 Oct 2023 16:03:11 -0500 Subject: [PATCH] Put dependencies in the right order --- db/schemas/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schemas/Makefile b/db/schemas/Makefile index 0259803..7d4c34e 100644 --- a/db/schemas/Makefile +++ b/db/schemas/Makefile @@ -555,7 +555,7 @@ gen_func_comment_tmpl: $(PSQL_DEPENDS) gen_func_comment_tmpl.sql # Build our internal dependencies by way of prerequsites. .PHONY: build_comment_files build_comment_files: $(PSQL_DEPENDS) \ - $(COMMENT_TEMPLATE_PATHS) gen_func_comment_tmpl \ + gen_func_comment_tmpl $(COMMENT_TEMPLATE_PATHS) \ $(COMMENT_SCHEMA_PATHS) ./gen_comments.py $(HTML_SRCDIR) $(ORDER) # Aggregate comments in schemas into 2 single files. -- 2.34.1