From 3da5d5553040d70ace5df2f824004b9e248255ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Pant=C5=AF=C4=8Dek?= Date: Thu, 15 Jun 2023 16:13:55 +0200 Subject: [PATCH] Fix dependencies. --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index 87b31b3..428d18d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -54,7 +54,7 @@ HACKERBASE-OBJS=hackerbase.o testing.o listing.o cal-month.o \ cal-day.o util-stdout.o cal-format.o util-dict-bst.o table.o \ sgr-list.o sgr-block.o table-processor.o table-border.o \ table-style.o sgr-state.o util-utf8.o sgr-cell.o \ - template-list-expander.o box-drawing.o + template-list-expander.o box-drawing.o util-list.o .PHONY: imports imports: $(HACKERBASE-DEPS) @@ -199,7 +199,7 @@ members-print.o: members-print.import.scm members-print.import.scm: $(MEMBERS-PRINT-SOURCES) MEMBERS-FEES-SOURCES=members-fees.scm configuration.import.scm \ - brmember.import.scm cal-month.import.scm table-old.import.scm \ + brmember.import.scm cal-month.import.scm table.import.scm \ mbase.import.scm specification.import.scm \ util-list.import.scm