From d44c3bbc3c2db5f52391f8e2deb3ee2d9557362d Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Sun, 26 Nov 2023 14:23:21 -0600 Subject: [PATCH] Fix typo --- db/schemas/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schemas/Makefile b/db/schemas/Makefile index b32dc7e..d35364d 100644 --- a/db/schemas/Makefile +++ b/db/schemas/Makefile @@ -88,7 +88,7 @@ SCHEMA_DIRS := tables triggers indexes functions views comments COMMENT_DIRS := ../../doc/sphinx-doc/comment_src \ ../../doc/sphinx-doc/comment_txt -# The directory recording database create targes +# The directory recording database create targets DB_CACHE := db_cache # We can't have $(DB_CACHE) as a prerequsite, since its timestamp # gets updated when the directory content is created. So Have -- 2.34.1