~ chicken-core (master) 51b4f8d6697dbaf5d2a2522756e1976e2c1bae47


commit 51b4f8d6697dbaf5d2a2522756e1976e2c1bae47
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Tue Aug 25 09:46:51 2026 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Tue Aug 25 09:46:51 2026 +0200

    support.c depends on banner.scm

diff --git a/rules.make b/rules.make
index 5979b628..f27f5a87 100644
--- a/rules.make
+++ b/rules.make
@@ -608,7 +608,8 @@ support.c: support.scm mini-srfi-1.scm \
 		chicken.random.import.scm \
 		chicken.sort.import.scm \
 		chicken.string.import.scm \
-		chicken.time.import.scm
+		chicken.time.import.scm \
+		banner.scm
 modules.c: modules.scm \
 		chicken.internal.import.scm \
 		chicken.format.import.scm \
Trap