Add new dependencies.
This commit is contained in:
parent
0057a9ad2a
commit
08e305bd5b
2 changed files with 5 additions and 3 deletions
5
Makefile
5
Makefile
|
@ -232,7 +232,8 @@ members-dir.so: members-dir.o
|
|||
members-dir.o: members-dir.import.scm
|
||||
members-dir.import.scm: $(MEMBERS-DIR-SOURCES)
|
||||
|
||||
CSV-SIMPLE-SOURCES=csv-simple.scm testing.import.scm
|
||||
CSV-SIMPLE-SOURCES=csv-simple.scm testing.import.scm \
|
||||
progress.import.scm
|
||||
|
||||
csv-simple.so: csv-simple.o
|
||||
csv-simple.o: csv-simple.import.scm
|
||||
|
@ -245,7 +246,7 @@ bank-account.o: bank-account.import.scm
|
|||
bank-account.import.scm: $(BANK-ACCOUNT-SOURCES)
|
||||
|
||||
BANK-FIO-SOURCES=bank-fio.scm bank-account.import.scm \
|
||||
csv-simple.import.scm
|
||||
csv-simple.import.scm progress.import.scm
|
||||
|
||||
bank-fio.so: bank-fio.o
|
||||
bank-fio.o: bank-fio.import.scm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue