Use new cond-expand.

This commit is contained in:
Dominik Pantůček 2023-04-07 23:03:24 +02:00
parent ce1752f6aa
commit 6638f7d8fb
2 changed files with 4 additions and 4 deletions

View file

@ -149,7 +149,7 @@ CONFIGURATION-SOURCES=configuration.scm month.import.scm
configuration.o: configuration.import.scm
configuration.import.scm: $(CONFIGURATION-SOURCES)
PROGRESS-SOURCES=progress.scm
PROGRESS-SOURCES=progress.scm util-time.import.scm
progress.o: progress.import.scm
progress.import.scm: $(PROGRESS-SOURCES)