mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-17 19:03:42 +01:00
wallet/Makefile: fix dependency line.
The .o files need regen, not the .c files! Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
493c2ab1d7
commit
b9a03a08ef
@ -31,8 +31,8 @@ check-source-bolt: $(WALLET_LIB_SRC:%=bolt-check/%) $(WALLET_LIB_HEADERS:%=bolt-
|
|||||||
clean: wallet-clean
|
clean: wallet-clean
|
||||||
|
|
||||||
# Each database driver depends on its rewritten statements.
|
# Each database driver depends on its rewritten statements.
|
||||||
wallet/db_sqlite3.c: wallet/gen_db_sqlite3.c
|
wallet/db_sqlite3.o: wallet/gen_db_sqlite3.c
|
||||||
wallet/db_postgres.c: wallet/gen_db_postgres.c
|
wallet/db_postgres.o: wallet/gen_db_postgres.c
|
||||||
|
|
||||||
# The following files contain SQL-annotated statements that we need to extact
|
# The following files contain SQL-annotated statements that we need to extact
|
||||||
SQL_FILES := \
|
SQL_FILES := \
|
||||||
|
Loading…
Reference in New Issue
Block a user