Finish cal-period porting and dependencies.
This commit is contained in:
parent
dc47cfe36b
commit
1abbbf194d
2 changed files with 6 additions and 1 deletions
|
@ -370,3 +370,9 @@ CAL-MONTH-SOURCES=cal-month.scm util-tag.import.scm \
|
|||
|
||||
cal-month.o: cal-month.import.scm
|
||||
cal-month.import.scm: $(CAL-MONTH-SOURCES)
|
||||
|
||||
CAL-PERIOD-SOURCES=cal-period.scm cal-month.import.scm \
|
||||
testing.import.scm util-tag.import.scm
|
||||
|
||||
cal-period.o: cal-period.import.scm
|
||||
cal-period.import.scm: $(CAL-PERIOD-SOURCES)
|
||||
|
|
|
@ -62,7 +62,6 @@
|
|||
(chicken string)
|
||||
cal-month
|
||||
testing
|
||||
configuration
|
||||
util-tag)
|
||||
|
||||
;; Type tag
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue