From 3da860e5d5e732c2dedb62a73c76608a2b7098a4 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Tue, 30 Apr 2024 22:47:39 +1200 Subject: [PATCH] ../awl isn't present in CI build, drop dep Also drop dependency on dba/davical.sql as that is no longer checked for the DB version. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5688f49a..9317ed85 100755 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ built-locale: po/*.po # # Insert the current version number into always.php # -htdocs/always.php: inc/always.php.in scripts/build-always.sh VERSION dba/davical.sql ../awl/VERSION +htdocs/always.php: inc/always.php.in scripts/build-always.sh VERSION scripts/build-always.sh <$< >$@ #