From 1c408b481c710e9e0f6ef26541d155d64d7e0801 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Fri, 6 Oct 2023 23:11:13 +0000 Subject: [PATCH] Be consistent with PSQL_DEPENDS dependency placement --- make_files/make_db.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_files/make_db.mk b/make_files/make_db.mk index 3c39ae5..66b8c44 100644 --- a/make_files/make_db.mk +++ b/make_files/make_db.mk @@ -470,7 +470,7 @@ db/schemas/createindexes.sql db/schemas/dropindexes.sql: $(PSQL_DEPENDS) # when things need re-building, not the source for the actual # objects that are commented. That seems good enough. db/schemas/comment_on.sql \ -db/schemas/comment_off.sql: $(HTML_PREREQS) $(PSQL_DEPENDS) \ +db/schemas/comment_off.sql: $(PSQL_DEPENDS) $(HTML_PREREQS)\ $(TEXT_EPILOG) install_schemas $(MAKE) -C db/schemas $(notdir $@) -- 2.34.1